Skip to content

Commit 4062f5e

Browse files
charlespwdclaude
andcommitted
Add skipLibCheck to vscode-extension for @ohm-js/wasm compat
The @ohm-js/wasm package has TypeScript declaration inconsistencies (experimental package). skipLibCheck bypasses these errors without affecting type checking of our own code. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent d33b8d3 commit 4062f5e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/vscode-extension/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"compilerOptions": {
3+
"skipLibCheck": true,
34
"module": "commonjs",
45
"target": "ES2020",
56
"lib": ["ES2020"],

0 commit comments

Comments
 (0)