We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb7dbf9 commit 20864edCopy full SHA for 20864ed
2 files changed
node.json
@@ -4,7 +4,6 @@
4
"compilerOptions": {
5
"allowImportingTsExtensions": true,
6
"allowJs": true,
7
-
8
"allowSyntheticDefaultImports": true,
9
"declaration": true,
10
"esModuleInterop": true,
@@ -13,6 +12,7 @@
13
12
"maxNodeModuleJsDepth": 10,
14
"module": "esnext",
15
"moduleResolution": "node",
+ "noEmit": true,
16
"noEmitOnError": true,
17
"noImplicitAny": true,
18
"noImplicitReturns": true,
nodenext.json
@@ -1,11 +1,11 @@
1
{
2
"$schema": "https://json.schemastore.org/tsconfig",
3
+ "compilerOptions": {
+ "module": "NodeNext",
+ "moduleResolution": "nodenext"
+ },
"display": "NodeNext shared base.",
- "extends": "./node.json",
- "compilerOptions": {
- "moduleResolution": "nodenext",
- "module": "NodeNext"
- }
+ "extends": "./node.json"
11
}
0 commit comments