Skip to content

Commit 1b247fb

Browse files
committed
use nodenext module and moduleResolution
1 parent 8916998 commit 1b247fb

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

tsconfig.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
3-
"moduleResolution": "bundler",
4-
"module": "esnext",
3+
"moduleResolution": "nodenext",
4+
"module": "nodenext",
55
"declaration": true,
66
"target": "esnext",
77
"outDir": "dist",
@@ -13,5 +13,7 @@
1313
"rewriteRelativeImportExtensions": true,
1414
"esModuleInterop": true
1515
},
16-
"include": ["src"]
16+
"include": [
17+
"src"
18+
]
1719
}

0 commit comments

Comments
 (0)