Skip to content

Commit 8065c50

Browse files
committed
kk
1 parent 279340f commit 8065c50

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,13 @@
1212
// Bundler mode
1313
"declaration": true,
1414
// Best practices
15-
"strict": true,
15+
"strict": false,
1616
// Some stricter flags
1717
"useUnknownInCatchVariables": true,
1818
"noPropertyAccessFromIndexSignature": true,
1919
"stripInternal": true,
2020
"outDir": "./dist",
21+
"esModuleInterop": true,
2122
"rootDir": "./src",
2223
"skipDefaultLibCheck": true,
2324
"skipLibCheck": true

0 commit comments

Comments
 (0)