Skip to content

Commit f252ae0

Browse files
committed
Remove unused kbn_references from plugin tsconfig
1 parent 551cab4 commit f252ae0

File tree

1 file changed

+4
-17
lines changed

1 file changed

+4
-17
lines changed

src/platform/packages/shared/kbn-search-api-panels/tsconfig.json

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,15 @@
22
"extends": "../../../../../tsconfig.base.json",
33
"compilerOptions": {
44
"outDir": "target/types",
5-
"types": [
6-
"jest",
7-
"node",
8-
"react"
9-
]
5+
"types": ["jest", "node", "react"]
106
},
11-
"include": [
12-
"**/*.ts",
13-
"**/*.tsx",
14-
],
15-
"exclude": [
16-
"target/**/*"
17-
],
7+
"include": ["**/*.ts", "**/*.tsx"],
8+
"exclude": ["target/**/*"],
189
"kbn_references": [
1910
"@kbn/i18n",
2011
"@kbn/core-application-browser",
2112
"@kbn/share-plugin",
22-
"@kbn/i18n-react",
23-
"@kbn/security-plugin",
2413
"@kbn/console-plugin",
25-
"@kbn/ui-theme",
26-
"@kbn/try-in-console",
27-
"@kbn/test-jest-helpers"
14+
"@kbn/try-in-console"
2815
]
2916
}

0 commit comments

Comments
 (0)