Skip to content

Commit 403412a

Browse files
committed
test(tsc): add missing project references
1 parent fba08b3 commit 403412a

File tree

3 files changed

+5
-10
lines changed

3 files changed

+5
-10
lines changed

test-workspace/tsc/passedFixtures/vue3.4_strictTemplate/tsconfig.json

Lines changed: 0 additions & 9 deletions
This file was deleted.

test-workspace/tsc/tsconfig.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"include": [],
33
"references": [
44
{ "path": "./failureFixtures/#3632" },
5-
// { "path": "./failureFixtures/#4569" }, // TODO: not working with --build flag
5+
{ "path": "./failureFixtures/#4569" },
66
{ "path": "./failureFixtures/#5071" },
77
{ "path": "./failureFixtures/directives" },
88

@@ -14,6 +14,10 @@
1414
{ "path": "./passedFixtures/#3592" },
1515
{ "path": "./passedFixtures/#3819" },
1616
{ "path": "./passedFixtures/#4503" },
17+
{ "path": "./passedFixtures/#5106" },
18+
{ "path": "./passedFixtures/#5111" },
19+
{ "path": "./passedFixtures/#5136" },
20+
{ "path": "./passedFixtures/#5338" },
1721
{ "path": "./passedFixtures/core#9923" },
1822
{ "path": "./passedFixtures/fallthroughAttributes" },
1923
{ "path": "./passedFixtures/fallthroughAttributes_strictTemplate" },

0 commit comments

Comments
 (0)