forked from finos/legend-studio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtsconfig.json
21 lines (21 loc) · 1009 Bytes
/
tsconfig.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
// This will prevent an incorrect invocation of `tsc` without `--build` from
// trying to build the entire packages folder source files as one compilation
// (which will fail, but drop a bunch of .js files in random places as an annoying side effect).
// See https://github.com/RyanCavanaugh/learn-a
"files": [],
"references": [
{ "path": "packages/legend-studio-shared" },
{ "path": "packages/legend-studio-components" },
{ "path": "packages/legend-studio-network" },
{ "path": "packages/legend-studio" },
{ "path": "packages/legend-studio-app" },
{ "path": "packages/legend-studio-plugin-tracer-zipkin" },
{ "path": "packages/legend-studio-plugin-management" },
{ "path": "packages/legend-studio-preset-dsl-text" },
{ "path": "packages/legend-studio-preset-query-builder" },
{ "path": "packages/legend-studio-preset-external-format-json-schema" },
{ "path": "packages/legend-studio-manual-tests" },
{ "path": "packages/legend-query-app" }
]
}