Skip to content

Commit 592bd9d

Browse files
author
Evgenii Podivilov
committed
chore: ✏️ fix moduleResolution values to lower case
1 parent 10e9ca0 commit 592bd9d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tsconfig.cjs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
],
66
"compilerOptions": {
77
"module": "CommonJS",
8-
"moduleResolution": "Node",
8+
"moduleResolution": "node",
99
"outDir": "./cjs/",
1010
"esModuleInterop": true,
1111
"target": "ES2018",

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
],
66
"compilerOptions": {
77
"module": "ESNext",
8-
"moduleResolution": "NodeNext",
8+
"moduleResolution": "nodenext",
99
"esModuleInterop": true,
1010
"outDir": "./esm/",
1111
"target": "ES2018",

0 commit comments

Comments
 (0)