We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f387371 commit 6f2d55cCopy full SHA for 6f2d55c
packages/language-server/tsconfig.json
@@ -3,8 +3,8 @@
3
"include": [ "*", "lib/**/*" ],
4
"exclude": [ "tests" ],
5
"references": [
6
- { "path": "../component-meta/tsconfig.json" },
7
{ "path": "../language-core/tsconfig.json" },
8
{ "path": "../language-service/tsconfig.json" },
+ { "path": "../typescript-plugin/tsconfig.json" },
9
],
10
}
tsconfig.json
@@ -5,6 +5,7 @@
},
"include": [ "packages/*/tests" ],
+ { "path": "./packages/component-meta/tsconfig.json" },
{ "path": "./packages/language-server/tsconfig.json" },
{ "path": "./packages/language-plugin-pug/tsconfig.json" },
11
{ "path": "./packages/tsc/tsconfig.json" },
0 commit comments