UNPKG

638 BJSONView Raw
1{
2 "extends": "../../tsconfig.build.json",
3 "compilerOptions": {
4 "outDir": "./types",
5 "rootDir": "./src",
6 "composite": true
7 },
8 "include": ["src"],
9 "references": [
10 {
11 "path": "../ui-babel-preset/tsconfig.build.json"
12 },
13 {
14 "path": "../ui-test-utils/tsconfig.build.json"
15 },
16 {
17 "path": "../console/tsconfig.build.json"
18 },
19 {
20 "path": "../shared-types/tsconfig.build.json"
21 },
22 {
23 "path": "../ui-decorator/tsconfig.build.json"
24 },
25 {
26 "path": "../ui-dom-utils/tsconfig.build.json"
27 },
28 {
29 "path": "../ui-utils/tsconfig.build.json"
30 }
31 ]
32}