|
6 | 6 | "include": ["kibana.d.ts", "src/**/*", "typings/**/*", "test_utils/**/*"], |
7 | 7 | "exclude": [ |
8 | 8 | "src/**/__fixtures__/**/*", |
9 | | - "src/test_utils/**/*", |
10 | 9 | "src/core/**/*", |
| 10 | + "src/plugins/inspector/**/*", |
11 | 11 | "src/plugins/kibana_legacy/**/*", |
12 | 12 | "src/plugins/kibana_react/**/*", |
13 | 13 | "src/plugins/kibana_usage_collection/**/*", |
|
16 | 16 | "src/plugins/telemetry_collection_manager/**/*", |
17 | 17 | "src/plugins/telemetry/**/*", |
18 | 18 | "src/plugins/url_forwarding/**/*", |
19 | | - "src/plugins/usage_collection/**/*" |
| 19 | + "src/plugins/usage_collection/**/*", |
| 20 | + "src/test_utils/**/*" |
20 | 21 | // In the build we actually exclude **/public/**/* from this config so that |
21 | 22 | // we can run the TSC on both this and the .browser version of this config |
22 | 23 | // file, but if we did it during development IDEs would not be able to find |
23 | 24 | // the tsconfig.json file for public files correctly. |
24 | 25 | // "src/**/public/**/*" |
25 | 26 | ], |
26 | 27 | "references": [ |
27 | | - { "path": "./src/test_utils/tsconfig.json" }, |
28 | 28 | { "path": "./src/core/tsconfig.json" }, |
29 | | - { "path": "./src/plugins/kibana_utils/tsconfig.json" }, |
| 29 | + { "path": "./src/plugins/inspector/tsconfig.json" }, |
30 | 30 | { "path": "./src/plugins/kibana_react/tsconfig.json" }, |
31 | | - { "path": "./src/plugins/usage_collection/tsconfig.json" }, |
| 31 | + { "path": "./src/plugins/kibana_usage_collection/tsconfig.json" }, |
| 32 | + { "path": "./src/plugins/kibana_utils/tsconfig.json" }, |
| 33 | + { "path": "./src/plugins/newsfeed/tsconfig.json" }, |
32 | 34 | { "path": "./src/plugins/telemetry_collection_manager/tsconfig.json" }, |
33 | 35 | { "path": "./src/plugins/telemetry/tsconfig.json" }, |
34 | | - { "path": "./src/plugins/kibana_usage_collection/tsconfig.json" }, |
35 | | - { "path": "./src/plugins/newsfeed/tsconfig.json" } |
| 36 | + { "path": "./src/plugins/usage_collection/tsconfig.json" }, |
| 37 | + { "path": "./src/test_utils/tsconfig.json" } |
36 | 38 | ] |
37 | 39 | } |
0 commit comments