We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c2bf7b commit 05815ffCopy full SHA for 05815ff
tsconfig.json
@@ -5,8 +5,6 @@
5
"noEmit": true,
6
"module": "ES2020",
7
"target": "ES2020",
8
- "moduleResolution": "Node",
9
- "allowSyntheticDefaultImports": true,
10
- "resolveJsonModule": true
+ "allowSyntheticDefaultImports": true
11
}
12
utilities/tsconfig.json
@@ -0,0 +1,10 @@
1
+{
2
+ "compilerOptions": {
3
+ "allowJs": true,
4
+ "checkJs": true,
+ "noEmit": true,
+ "moduleResolution": "Node",
+ "resolveJsonModule": true
+ },
+ "extends": "../tsconfig.json"
+}
0 commit comments