Skip to content

Commit 63efda1

Browse files
committed
use nodenext module and moduleResolution
1 parent 7ca23fa commit 63efda1

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

tsconfig.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
{
2-
"include": ["src"],
2+
"include": [
3+
"src"
4+
],
35
"compilerOptions": {
46
"outDir": "dist",
5-
"lib": ["dom", "esnext"],
7+
"lib": [
8+
"dom",
9+
"esnext"
10+
],
611
"declaration": true,
7-
"moduleResolution": "bundler",
8-
"module": "esnext",
12+
"moduleResolution": "nodenext",
13+
"module": "nodenext",
914
"rootDir": "./src",
1015
"sourceMap": true,
1116
"strict": true,

0 commit comments

Comments
 (0)