Skip to content

Commit d136c47

Browse files
committed
Improve tsconfig.
1 parent 2ab8dd4 commit d136c47

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

node-client/tsconfig.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,14 @@
99
"sourceMap": true,
1010
"noLib": false,
1111
"declaration": true,
12-
"outDir": "dist"
12+
"outDir": "dist",
13+
"esModuleInterop": true,
14+
"allowSyntheticDefaultImports": true,
15+
"strict": true,
16+
"forceConsistentCasingInFileNames": true,
17+
"importHelpers": true,
18+
"declarationMap": true
19+
1320
},
1421
"exclude": [
1522
"node_modules",

0 commit comments

Comments
 (0)