Skip to content

Commit 5de8cc8

Browse files
author
Loïc Mangeonjean
committed
fix: skip lib check
because in the monaco-vscode-api packages, some packages containing only types we need are not installed
1 parent 21f6357 commit 5de8cc8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.build.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
},
2222
"resolveJsonModule": true,
2323
"sourceMap": true,
24-
"target": "ES2022"
24+
"target": "ES2022",
25+
"skipLibCheck": true
2526
},
2627
"include": ["src"],
2728
"exclude": [

0 commit comments

Comments
 (0)