-
-
Notifications
You must be signed in to change notification settings - Fork 278
Expand file tree
/
Copy pathtsconfig.build.json
More file actions
22 lines (22 loc) · 897 Bytes
/
tsconfig.build.json
File metadata and controls
22 lines (22 loc) · 897 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": "../account-tree-controller/tsconfig.build.json" },
{ "path": "../base-controller/tsconfig.build.json" },
{ "path": "../bridge-controller/tsconfig.build.json" },
{ "path": "../controller-utils/tsconfig.build.json" },
{ "path": "../geolocation-controller/tsconfig.build.json" },
{ "path": "../keyring-controller/tsconfig.build.json" },
{ "path": "../messenger/tsconfig.build.json" },
{ "path": "../network-controller/tsconfig.build.json" },
{ "path": "../profile-sync-controller/tsconfig.build.json" },
{ "path": "../remote-feature-flag-controller/tsconfig.build.json" },
{ "path": "../transaction-controller/tsconfig.build.json" }
],
"include": ["../../types", "./src"]
}