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 ab8d80d commit 4ae8790Copy full SHA for 4ae8790
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