We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f338d89 commit 8a4b58aCopy full SHA for 8a4b58a
tsconfig.json
@@ -13,6 +13,10 @@
13
// Use Node-style resolution to locate imports
14
"moduleResolution": "Node",
15
16
+ // Allow default imports from CommonJS modules.
17
+ "allowSyntheticDefaultImports": true,
18
+ "esModuleInterop": true,
19
+
20
// Ensure strict type-checking
21
"strictNullChecks": true,
22
"strictFunctionTypes": true,
@@ -21,9 +25,6 @@
25
// Generate source maps and inline original TypeScript sources for debugging.
26
"sourceMap": true,
23
27
"inlineSources": true,
24
-
- "allowSyntheticDefaultImports": true,
- "esModuleInterop": true
28
},
29
"exclude": [
30
"node_modules",
0 commit comments