-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathtsconfig.build.json
More file actions
21 lines (21 loc) · 852 Bytes
/
tsconfig.build.json
File metadata and controls
21 lines (21 loc) · 852 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"$schema": "http://json.schemastore.org/tsconfig",
"extends": "./tsconfig.base.jsonc",
"include": [],
"compilerOptions": {
"stripInternal": true
},
"references": [
{ "path": "packages/bitprints/tsconfig.build.json" },
{ "path": "packages/doorman/tsconfig.build.json" },
{ "path": "packages/insight/tsconfig.build.json" },
{ "path": "packages/nimblebit-sdk/tsconfig.build.json" },
{ "path": "packages/tinytower-sdk/tsconfig.build.json" },
{ "path": "packages/trading-sdk/tsconfig.build.json" },
{ "path": "apps/archivist/tsconfig.json" },
{ "path": "apps/authproxy/tsconfig.json" },
{ "path": "apps/auto-gold-bits/tsconfig.json" },
{ "path": "apps/personas/tsconfig.json" },
{ "path": "apps/social-circles/tsconfig.json" }
]
}