Skip to content

Commit

Permalink
Update tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsoncodehk committed Dec 20, 2024
1 parent 6512830 commit 38eddf3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"allowJs": true,
"noEmit": true,
},
"include": [ "packages/*/tests" ],
"include": [
"packages/*/tests",
"extensions/vscode/scripts/build.js",
],
"references": [
{ "path": "./extensions/vscode/tsconfig.json" },
{ "path": "./packages/language-plugin-pug/tsconfig.json" },
Expand Down

0 comments on commit 38eddf3

Please sign in to comment.