-
Notifications
You must be signed in to change notification settings - Fork 181
Expand file tree
/
Copy pathtsconfig.json
More file actions
24 lines (24 loc) · 836 Bytes
/
tsconfig.json
File metadata and controls
24 lines (24 loc) · 836 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"files": [],
"references": [
{ "path": "packages/constant" },
{ "path": "packages/generate-material" },
// Not compatible with @iceworks/generate-project@1.x which use in other extensions.
// { "path": "packages/generate-project" },
{ "path": "packages/cli" },
{ "path": "packages/doctor" },
{ "path": "packages/i18n" },
{ "path": "packages/storage" },
{ "path": "packages/logger" },
{ "path": "packages/configure" },
{ "path": "packages/recorder" },
{ "path": "packages/config" },
{ "path": "packages/connector" },
{ "path": "packages/material-utils" },
{ "path": "packages/project-utils" },
{ "path": "packages/common-service" },
{ "path": "packages/project-service" },
{ "path": "packages/material-engine" },
{ "path": "packages/user-service" }
]
}