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.
strict
tsconfig.json
1 parent 51eff15 commit d10307eCopy full SHA for d10307e
tsconfig.json
@@ -10,6 +10,7 @@
10
"declaration": true,
11
"emitDeclarationOnly": true,
12
"allowSyntheticDefaultImports": true,
13
- "skipLibCheck": true
+ "skipLibCheck": true,
14
+ "strict": true
15
}
16
0 commit comments