Skip to content

Commit 8a4b58a

Browse files
update comment
1 parent f338d89 commit 8a4b58a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

tsconfig.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
// Use Node-style resolution to locate imports
1414
"moduleResolution": "Node",
1515

16+
// Allow default imports from CommonJS modules.
17+
"allowSyntheticDefaultImports": true,
18+
"esModuleInterop": true,
19+
1620
// Ensure strict type-checking
1721
"strictNullChecks": true,
1822
"strictFunctionTypes": true,
@@ -21,9 +25,6 @@
2125
// Generate source maps and inline original TypeScript sources for debugging.
2226
"sourceMap": true,
2327
"inlineSources": true,
24-
25-
"allowSyntheticDefaultImports": true,
26-
"esModuleInterop": true
2728
},
2829
"exclude": [
2930
"node_modules",

0 commit comments

Comments
 (0)