Skip to content

Commit 6f2d55c

Browse files
committed
chore: align tsconfig references with dependencies
1 parent f387371 commit 6f2d55c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/language-server/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"include": [ "*", "lib/**/*" ],
44
"exclude": [ "tests" ],
55
"references": [
6-
{ "path": "../component-meta/tsconfig.json" },
76
{ "path": "../language-core/tsconfig.json" },
87
{ "path": "../language-service/tsconfig.json" },
8+
{ "path": "../typescript-plugin/tsconfig.json" },
99
],
1010
}

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
},
66
"include": [ "packages/*/tests" ],
77
"references": [
8+
{ "path": "./packages/component-meta/tsconfig.json" },
89
{ "path": "./packages/language-server/tsconfig.json" },
910
{ "path": "./packages/language-plugin-pug/tsconfig.json" },
1011
{ "path": "./packages/tsc/tsconfig.json" },

0 commit comments

Comments
 (0)