Skip to content

Commit 26176b0

Browse files
authored
fix(tsconfig): module settings
1 parent 2e9bfb2 commit 26176b0

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

tsconfig.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,15 @@
2727
"incremental": true,
2828
"declaration": true,
2929
"sourceMap": false,
30-
"moduleResolution": "node16",
31-
"moduleDetection": "force",
32-
"module": "node16",
30+
"moduleResolution": "nodenext",
31+
"moduleDetection": "auto",
32+
"module": "NodeNext",
3333
"target": "ESNext",
3434
"rootDir": "./src",
3535
"outDir": "./dist",
36-
"types": [],
36+
"types": [
37+
"@types/node"
38+
],
3739
"plugins": [
3840
{
3941
"name": "typescript-eslint-language-service"

0 commit comments

Comments
 (0)