Skip to content

Commit

Permalink
fix: do not skipLibCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
Loïc Mangeonjean committed Feb 1, 2024
1 parent f0af7ff commit bbf30ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"extends": "@codingame/tsconfig",
"compilerOptions": {
"strict": true,
"outDir": "dist/",
"declaration": true,
"skipLibCheck": true,
"allowSyntheticDefaultImports": true,
"baseUrl": "./src",
"jsx": "react",
Expand Down

0 comments on commit bbf30ad

Please sign in to comment.