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 f0af7ff commit bbf30adCopy full SHA for bbf30ad
tsconfig.json
@@ -1,9 +1,9 @@
1
{
2
"extends": "@codingame/tsconfig",
3
"compilerOptions": {
4
+ "strict": true,
5
"outDir": "dist/",
6
"declaration": true,
- "skipLibCheck": true,
7
"allowSyntheticDefaultImports": true,
8
"baseUrl": "./src",
9
"jsx": "react",
0 commit comments