Skip to content

Commit

Permalink
fix: tsconfig.json error
Browse files Browse the repository at this point in the history
  • Loading branch information
tomgao365 committed Oct 8, 2024
1 parent 606b56e commit e707a9a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"extends": "@tomjs/tsconfig/node.json",
"include": ["src/**/*.ts", "src/**/*.d.ts"],
"exclude": ["src/webview/client.ts"],
"compilerOptions": {
"noEmit": true
},
"references": [
{
"path": "./tsconfig.web.json"
Expand Down

0 comments on commit e707a9a

Please sign in to comment.