|
3 | 3 | "compilerOptions": { |
4 | 4 | // overhead is too significant |
5 | 5 | "incremental": false, |
6 | | - "types": [ |
7 | | - "mocha", |
8 | | - "node", |
9 | | - "flot" |
10 | | - ] |
| 6 | + "types": ["mocha", "node", "flot"] |
11 | 7 | }, |
12 | | - "include": [ |
13 | | - "**/*", |
14 | | - "../typings/**/*" |
15 | | - ], |
16 | | - "exclude": [ |
17 | | - "../typings/jest.d.ts" |
18 | | - ], |
| 8 | + "include": ["**/*", "../typings/**/*"], |
| 9 | + "exclude": ["../typings/jest.d.ts"], |
19 | 10 | "references": [ |
20 | 11 | { "path": "../../src/core/tsconfig.json" }, |
21 | | - { "path": "../../src/plugins/kibana_utils/tsconfig.json" }, |
22 | 12 | { "path": "../../src/plugins/kibana_react/tsconfig.json" }, |
23 | | - { "path": "../plugins/licensing/tsconfig.json" }, |
24 | | - { "path": "../plugins/global_search/tsconfig.json" }, |
25 | | - { "path": "../../src/plugins/usage_collection/tsconfig.json" }, |
| 13 | + { "path": "../../src/plugins/kibana_usage_collection/tsconfig.json" }, |
| 14 | + { "path": "../../src/plugins/kibana_utils/tsconfig.json" }, |
| 15 | + { "path": "../../src/plugins/newsfeed/tsconfig.json" }, |
| 16 | + { "path": "../../src/plugins/share/tsconfig.json" }, |
26 | 17 | { "path": "../../src/plugins/telemetry_collection_manager/tsconfig.json" }, |
27 | 18 | { "path": "../../src/plugins/telemetry/tsconfig.json" }, |
28 | | - { "path": "../../src/plugins/kibana_usage_collection/tsconfig.json" }, |
29 | | - { "path": "../plugins/telemetry_collection_xpack/tsconfig.json" }, |
30 | | - { "path": "../../src/plugins/newsfeed/tsconfig.json" } |
| 19 | + { "path": "../../src/plugins/usage_collection/tsconfig.json" }, |
| 20 | + { "path": "../plugins/global_search/tsconfig.json" }, |
| 21 | + { "path": "../plugins/licensing/tsconfig.json" }, |
| 22 | + { "path": "../plugins/telemetry_collection_xpack/tsconfig.json" } |
31 | 23 | ] |
32 | 24 | } |
0 commit comments