We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 883dfb9 commit 94e870eCopy full SHA for 94e870e
1 file changed
tsconfig.json
@@ -4,7 +4,6 @@
4
"module": "NodeNext",
5
"moduleResolution": "NodeNext",
6
"resolveJsonModule": true,
7
- "esModuleInterop": false,
8
"allowSyntheticDefaultImports": true,
9
"skipLibCheck": true,
10
"strict": true,
@@ -15,7 +14,10 @@
15
14
"isolatedDeclarations": true,
16
"forceConsistentCasingInFileNames": true,
17
"noImplicitOverride": true,
18
- "noEmit": true
+ "noEmit": true,
+ "types": [
19
+ "@types/node"
20
+ ]
21
},
22
"include": ["src", "test"]
23
}
0 commit comments