We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 551cab4 commit f252ae0Copy full SHA for f252ae0
src/platform/packages/shared/kbn-search-api-panels/tsconfig.json
@@ -2,28 +2,15 @@
2
"extends": "../../../../../tsconfig.base.json",
3
"compilerOptions": {
4
"outDir": "target/types",
5
- "types": [
6
- "jest",
7
- "node",
8
- "react"
9
- ]
+ "types": ["jest", "node", "react"]
10
},
11
- "include": [
12
- "**/*.ts",
13
- "**/*.tsx",
14
- ],
15
- "exclude": [
16
- "target/**/*"
17
+ "include": ["**/*.ts", "**/*.tsx"],
+ "exclude": ["target/**/*"],
18
"kbn_references": [
19
"@kbn/i18n",
20
"@kbn/core-application-browser",
21
"@kbn/share-plugin",
22
- "@kbn/i18n-react",
23
- "@kbn/security-plugin",
24
"@kbn/console-plugin",
25
- "@kbn/ui-theme",
26
- "@kbn/try-in-console",
27
- "@kbn/test-jest-helpers"
+ "@kbn/try-in-console"
28
]
29
}
0 commit comments