forked from opticdev/optic
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtsconfig.json
More file actions
25 lines (24 loc) · 825 Bytes
/
tsconfig.json
File metadata and controls
25 lines (24 loc) · 825 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
25
{
"extends": "./tsconfig.base.json",
"files": [],
"references": [
{ "path": "workspaces/analytics" },
{ "path": "workspaces/api-checks" },
{ "path": "workspaces/changelog" },
{ "path": "workspaces/cli-client" },
{ "path": "workspaces/cli-config" },
{ "path": "workspaces/cli-scripts" },
{ "path": "workspaces/cli-server" },
{ "path": "workspaces/cli-shared" },
{ "path": "workspaces/client-utilities" },
{ "path": "workspaces/graph-lib" },
{ "path": "workspaces/local-cli" },
{ "path": "workspaces/optic-domain" },
{ "path": "workspaces/saas-types" },
{ "path": "workspaces/shape-hash" },
{ "path": "workspaces/snapshot-tests" },
{ "path": "workspaces/spectacle" },
{ "path": "workspaces/spectacle-shared" },
{ "path": "workspaces/ui-v2" }
]
}