We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd0b177 commit f5a9121Copy full SHA for f5a9121
tsconfig.build.json
@@ -3,8 +3,5 @@
3
// list, TS won't automatically include all sources below root (the default).
4
"files": [],
5
// Building this project will build all of the following:
6
- "references": [
7
- { "path": "packages/x-core" },
8
- { "path": "packages/x-cli" }
9
- ]
+ "references": [{ "path": "packages/x-core" }, { "path": "packages/x-cli" }]
10
}
0 commit comments