generated from finos/software-project-blueprint
-
Notifications
You must be signed in to change notification settings - Fork 114
/
tsconfig.build.json
63 lines (63 loc) · 2.68 KB
/
tsconfig.build.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
// This is the `build` counterpart of `tsconfig.json`
"files": [],
"references": [
// core
{ "path": "packages/legend-shared/tsconfig.build.json" },
{ "path": "packages/legend-storage/tsconfig.build.json" },
{ "path": "packages/legend-graph/tsconfig.build.json" },
{ "path": "packages/legend-query-builder/tsconfig.build.json" },
{ "path": "packages/legend-data-cube/tsconfig.build.json" },
{ "path": "packages/legend-art/tsconfig.build.json" },
{ "path": "packages/legend-code-editor/tsconfig.build.json" },
{ "path": "packages/legend-lego/tsconfig.build.json" },
{ "path": "packages/legend-application/tsconfig.build.json" },
// sdlc
{ "path": "packages/legend-server-sdlc/tsconfig.build.json" },
// depot
{ "path": "packages/legend-server-depot/tsconfig.build.json" },
// showcase
{ "path": "packages/legend-server-showcase/tsconfig.build.json" },
{ "path": "packages/legend-server-showcase-deployment/tsconfig.build.json" },
// studio
{ "path": "packages/legend-application-studio/tsconfig.build.json" },
{
"path": "packages/legend-application-studio-bootstrap/tsconfig.build.json"
},
// query
{ "path": "packages/legend-application-query/tsconfig.build.json" },
{
"path": "packages/legend-application-query-bootstrap/tsconfig.build.json"
},
// pure ide
{ "path": "packages/legend-application-pure-ide/tsconfig.build.json" },
// repl
{ "path": "packages/legend-application-repl/tsconfig.build.json" },
// extensions
{ "path": "packages/legend-extension-assortment/tsconfig.build.json" },
{ "path": "packages/legend-extension-tracer-zipkin/tsconfig.build.json" },
{ "path": "packages/legend-extension-dsl-text/tsconfig.build.json" },
{ "path": "packages/legend-extension-dsl-diagram/tsconfig.build.json" },
{ "path": "packages/legend-extension-dsl-data-space/tsconfig.build.json" },
{ "path": "packages/legend-extension-dsl-data-space-studio/tsconfig.build.json" },
{ "path": "packages/legend-extension-dsl-service/tsconfig.build.json" },
{
"path": "packages/legend-extension-dsl-persistence/tsconfig.build.json"
},
{
"path": "packages/legend-extension-store-service-store/tsconfig.build.json"
},
{ "path": "packages/legend-extension-store-flat-data/tsconfig.build.json" },
{
"path": "packages/legend-extension-store-relational/tsconfig.build.json"
},
{
"path": "packages/legend-vscode-extension-dependencies/tsconfig.build.json"
},
{
"path": "packages/legend-extension-dsl-data-quality/tsconfig.build.json"
},
// fixtures
{ "path": "fixtures/legend-mock-server/tsconfig.build.json" }
]
}