1 | {
|
2 | "extends": "../../tsconfig.build.json",
|
3 | "compilerOptions": {
|
4 | "outDir": "./types",
|
5 | "composite": true,
|
6 | "rootDir": "./src"
|
7 | },
|
8 | "include": ["src"],
|
9 | "exclude": ["src/**/__tests__/**/*"],
|
10 | "references": [
|
11 | {
|
12 | "path": "../ui-babel-preset/tsconfig.build.json"
|
13 | },
|
14 | {
|
15 | "path": "../ui-test-locator/tsconfig.build.json"
|
16 | },
|
17 | {
|
18 | "path": "../ui-test-queries/tsconfig.build.json"
|
19 | },
|
20 | {
|
21 | "path": "../ui-test-sandbox/tsconfig.build.json"
|
22 | }
|
23 | ]
|
24 | }
|