Skip to content

Commit ed1a7f8

Browse files
committed
Ensure all projects are listed in root tsconfig.json
1 parent f011972 commit ed1a7f8

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

src/tsconfig.json

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,25 @@
22
"files": [],
33
"include": [],
44
"references": [
5+
{ "path": "./cancellationToken" },
6+
{ "path": "./compiler" },
7+
{ "path": "./debug" },
8+
{ "path": "./deprecatedCompat" },
9+
{ "path": "./dynamicImportCompat" },
10+
{ "path": "./executeCommandLine" },
11+
{ "path": "./harness" },
12+
{ "path": "./jsTyping" },
13+
{ "path": "./loggedIO" },
14+
{ "path": "./server" },
15+
{ "path": "./services" },
16+
{ "path": "./testRunner" },
517
{ "path": "./tsc" },
618
{ "path": "./tsserver" },
719
{ "path": "./tsserverlibrary" },
820
{ "path": "./typescript" },
921
{ "path": "./typingsInstaller" },
22+
{ "path": "./typingsInstallerCore" },
1023
{ "path": "./watchGuard" },
11-
{ "path": "./debug" },
12-
{ "path": "./cancellationToken" },
13-
{ "path": "./dynamicImportCompat" },
14-
{ "path": "./testRunner" },
24+
{ "path": "./webServer" },
1525
]
1626
}

0 commit comments

Comments
 (0)