|
7 | 7 | "exclude": [ |
8 | 8 | "src/**/__fixtures__/**/*", |
9 | 9 | "src/core/**/*", |
| 10 | + "src/plugins/apm_oss/**/*", |
10 | 11 | "src/plugins/bfetch/**/*", |
11 | 12 | "src/plugins/data/**/*", |
12 | 13 | "src/plugins/dev_tools/**/*", |
|
28 | 29 | "src/plugins/telemetry_collection_manager/**/*", |
29 | 30 | "src/plugins/ui_actions/**/*", |
30 | 31 | "src/plugins/url_forwarding/**/*", |
31 | | - "src/plugins/usage_collection/**/*", |
| 32 | + "src/plugins/usage_collection/**/*" |
32 | 33 | // In the build we actually exclude **/public/**/* from this config so that |
33 | 34 | // we can run the TSC on both this and the .browser version of this config |
34 | 35 | // file, but if we did it during development IDEs would not be able to find |
|
37 | 38 | ], |
38 | 39 | "references": [ |
39 | 40 | { "path": "./src/core/tsconfig.json" }, |
| 41 | + { "path": "./src/plugins/apm_oss/tsconfig.json" }, |
40 | 42 | { "path": "./src/plugins/bfetch/tsconfig.json" }, |
41 | 43 | { "path": "./src/plugins/data/tsconfig.json" }, |
42 | 44 | { "path": "./src/plugins/dev_tools/tsconfig.json" }, |
|
58 | 60 | { "path": "./src/plugins/telemetry_collection_manager/tsconfig.json" }, |
59 | 61 | { "path": "./src/plugins/ui_actions/tsconfig.json" }, |
60 | 62 | { "path": "./src/plugins/url_forwarding/tsconfig.json" }, |
61 | | - { "path": "./src/plugins/usage_collection/tsconfig.json" }, |
| 63 | + { "path": "./src/plugins/usage_collection/tsconfig.json" } |
62 | 64 | ] |
63 | 65 | } |
0 commit comments