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 279340f commit 8065c50Copy full SHA for 8065c50
1 file changed
tsconfig.json
@@ -12,12 +12,13 @@
12
// Bundler mode
13
"declaration": true,
14
// Best practices
15
- "strict": true,
+ "strict": false,
16
// Some stricter flags
17
"useUnknownInCatchVariables": true,
18
"noPropertyAccessFromIndexSignature": true,
19
"stripInternal": true,
20
"outDir": "./dist",
21
+ "esModuleInterop": true,
22
"rootDir": "./src",
23
"skipDefaultLibCheck": true,
24
"skipLibCheck": true
0 commit comments