Skip to content

Commit

Permalink
Add skipLibCheck in vscode-extension, looks like conf has faulty types
Browse files Browse the repository at this point in the history
  • Loading branch information
charlespwd committed Jan 10, 2025
1 parent bbd054b commit 46a5475
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vscode-extension/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"declarationDir": "/tmp/vscode-extension-useless-declarations",
"composite": true,
"noImplicitAny": false,
"skipLibCheck": true,
"paths": {
"@shopify/theme-language-server-browser": ["../../theme-language-server-browser/src"],
"@shopify/theme-language-server-node": ["../../theme-language-server-node/src"],
Expand Down

0 comments on commit 46a5475

Please sign in to comment.