Skip to content

Commit bbf30ad

Browse files
author
Loïc Mangeonjean
committed
fix: do not skipLibCheck
1 parent f0af7ff commit bbf30ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"extends": "@codingame/tsconfig",
33
"compilerOptions": {
4+
"strict": true,
45
"outDir": "dist/",
56
"declaration": true,
6-
"skipLibCheck": true,
77
"allowSyntheticDefaultImports": true,
88
"baseUrl": "./src",
99
"jsx": "react",

0 commit comments

Comments
 (0)