-
-
Notifications
You must be signed in to change notification settings - Fork 277
Expand file tree
/
Copy pathtsconfig.build.json
More file actions
22 lines (22 loc) · 904 Bytes
/
tsconfig.build.json
File metadata and controls
22 lines (22 loc) · 904 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"extends": "../../tsconfig.packages.build.json",
"compilerOptions": {
"baseUrl": "./",
"outDir": "./dist",
"rootDir": "./src"
},
"references": [
{ "path": "../accounts-controller/tsconfig.build.json" },
{ "path": "../base-controller/tsconfig.build.json" },
{ "path": "../controller-utils/tsconfig.build.json" },
{ "path": "../network-controller/tsconfig.build.json" },
{ "path": "../polling-controller/tsconfig.build.json" },
{ "path": "../gas-fee-controller/tsconfig.build.json" },
{ "path": "../assets-controllers/tsconfig.build.json" },
{ "path": "../transaction-controller/tsconfig.build.json" },
{ "path": "../multichain-network-controller/tsconfig.build.json" },
{ "path": "../remote-feature-flag-controller/tsconfig.build.json" },
{ "path": "../assets-controller/tsconfig.build.json" }
],
"include": ["../../types", "./src"]
}