-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathtsconfig.npmdoc.json
More file actions
32 lines (32 loc) · 815 Bytes
/
tsconfig.npmdoc.json
File metadata and controls
32 lines (32 loc) · 815 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
{
"extends": "./tsconfig.npm.json",
"compilerOptions": {
"allowSyntheticDefaultImports": true
},
"exclude": [
"lib",
"package",
"e2e",
"node_modules",
"src/entries/library.tsx",
"src/stories",
"src/actions/index.ts",
"src/api/index.ts",
"src/api/builders/index.ts",
"src/api/contracts/index.ts",
"src/api/registry/index.ts",
"src/components/index.ts",
"src/containers/index.ts",
"src/entries/index.ts",
"src/layouts/index.ts",
"src/reducers/index.ts",
"src/reducers/root.ts",
"src/strings/index.ts",
"src/utils/index.ts",
"src/index.ts",
"src/store",
"src/utils/menu.ts",
"test",
"test-data"
]
}