-
-
Notifications
You must be signed in to change notification settings - Fork 277
Expand file tree
/
Copy pathtsconfig.build.json
More file actions
35 lines (35 loc) · 769 Bytes
/
tsconfig.build.json
File metadata and controls
35 lines (35 loc) · 769 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
26
27
28
29
30
31
32
33
34
35
{
"extends": "../../tsconfig.packages.build.json",
"compilerOptions": {
"baseUrl": "./",
"outDir": "./dist",
"rootDir": "./src"
},
"references": [
{
"path": "../base-controller/tsconfig.build.json"
},
{
"path": "../controller-utils/tsconfig.build.json"
},
{
"path": "../gas-fee-controller/tsconfig.build.json"
},
{
"path": "../keyring-controller/tsconfig.build.json"
},
{
"path": "../network-controller/tsconfig.build.json"
},
{
"path": "../polling-controller/tsconfig.build.json"
},
{
"path": "../transaction-controller/tsconfig.build.json"
},
{
"path": "../messenger/tsconfig.build.json"
}
],
"include": ["../../types", "./src"]
}