Skip to content

Commit 1810547

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

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

package-lock.json

Lines changed: 8 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@
3838
"@codingame/monaco-editor-wrapper": "4.0.0-monaco-update.2",
3939
"deep-equal": "^2.2.3",
4040
"lodash.debounce": "^4.0.8",
41+
"monaco-editor": "npm:@codingame/monaco-vscode-editor-api@~2.0.0",
4142
"react-dom": "^18.2.0",
4243
"uuid": "^9.0.1",
43-
"vscode": "npm:@codingame/monaco-vscode-api@~2.0.0",
44-
"monaco-editor": "npm:@codingame/monaco-vscode-editor-api@~2.0.0"
44+
"vscode": "npm:@codingame/monaco-vscode-api@~2.0.0"
4545
},
4646
"devDependencies": {
4747
"@codingame/commitlint-config-codingame": "^1.0.7",
@@ -54,6 +54,7 @@
5454
"@types/lodash.debounce": "^4.0.9",
5555
"@types/react": "18.2.48",
5656
"@types/react-dom": "^18.2.18",
57+
"@types/vscode": "^1.85.0",
5758
"@typescript-eslint/eslint-plugin": "6.19.1",
5859
"@typescript-eslint/parser": "6.19.1",
5960
"conventional-changelog-conventionalcommits": "^7.0.2",

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)