Skip to content

Commit 884c29f

Browse files
committed
Ensure all projects are listed in root tsconfig.json
1 parent 9028920 commit 884c29f

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

Diff for: src/tsconfig.json

+12-3
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,23 @@
22
"files": [],
33
"include": [],
44
"references": [
5+
{ "path": "./cancellationToken" },
6+
{ "path": "./compiler" },
7+
{ "path": "./deprecatedCompat" },
8+
{ "path": "./executeCommandLine" },
9+
{ "path": "./harness" },
10+
{ "path": "./jsTyping" },
11+
{ "path": "./loggedIO" },
12+
{ "path": "./server" },
13+
{ "path": "./services" },
14+
{ "path": "./testRunner" },
515
{ "path": "./tsc" },
616
{ "path": "./tsserver" },
717
{ "path": "./tsserverlibrary" },
818
{ "path": "./typescript" },
919
{ "path": "./typingsInstaller" },
20+
{ "path": "./typingsInstallerCore" },
1021
{ "path": "./watchGuard" },
11-
{ "path": "./debug" },
12-
{ "path": "./cancellationToken" },
13-
{ "path": "./testRunner" },
22+
{ "path": "./webServer" },
1423
]
1524
}

0 commit comments

Comments
 (0)