Skip to content

Commit 90b3f3d

Browse files
chore: add missing TS project refs (#1366)
1 parent c7ade9c commit 90b3f3d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/cli-server-api/tsconfig.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,9 @@
33
"compilerOptions": {
44
"rootDir": "src",
55
"outDir": "build"
6-
}
6+
},
7+
"references": [
8+
{"path": "../tools"},
9+
{"path": "../debugger-ui"}
10+
]
711
}

0 commit comments

Comments
 (0)