-
-
Notifications
You must be signed in to change notification settings - Fork 99
Expand file tree
/
Copy pathtsconfig.json
More file actions
16 lines (16 loc) · 655 Bytes
/
tsconfig.json
File metadata and controls
16 lines (16 loc) · 655 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"files": [],
"include": [],
"references": [
{ "path": "./packages/normalizr/tsconfig.compile.json" },
{ "path": "./packages/use-enhanced-reducer/tsconfig.compile.json" },
{ "path": "./packages/endpoint/tsconfig.compile.json" },
{ "path": "./packages/rest/tsconfig.compile.json" },
{ "path": "./packages/graphql/tsconfig.compile.json" },
{ "path": "./packages/core/tsconfig.compile.json" },
{ "path": "./packages/react/tsconfig.compile.json" },
{ "path": "./packages/vue/tsconfig.compile.json" },
{ "path": "./packages/img/tsconfig.compile.json" },
{ "path": "./packages/test/tsconfig.compile.json" },
]
}