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 Jan 30, 2024
1 parent d3188f7 commit 1810547
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
9 changes: 8 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
"@codingame/monaco-editor-wrapper": "4.0.0-monaco-update.2",
"deep-equal": "^2.2.3",
"lodash.debounce": "^4.0.8",
"monaco-editor": "npm:@codingame/monaco-vscode-editor-api@~2.0.0",
"react-dom": "^18.2.0",
"uuid": "^9.0.1",
"vscode": "npm:@codingame/monaco-vscode-api@~2.0.0",
"monaco-editor": "npm:@codingame/monaco-vscode-editor-api@~2.0.0"
"vscode": "npm:@codingame/monaco-vscode-api@~2.0.0"
},
"devDependencies": {
"@codingame/commitlint-config-codingame": "^1.0.7",
Expand All @@ -54,6 +54,7 @@
"@types/lodash.debounce": "^4.0.9",
"@types/react": "18.2.48",
"@types/react-dom": "^18.2.18",
"@types/vscode": "^1.85.0",
"@typescript-eslint/eslint-plugin": "6.19.1",
"@typescript-eslint/parser": "6.19.1",
"conventional-changelog-conventionalcommits": "^7.0.2",
Expand Down
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 1810547

Please sign in to comment.