mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
Remove commented src/core/tsconfig file (#76792)
VSCode pick it up and reports problems, however `tsc` ignores it and doesn't show any errors
This commit is contained in:
parent
6e0b20cbe3
commit
b3a85c546d
1 changed files with 0 additions and 23 deletions
|
@ -1,23 +0,0 @@
|
|||
// {
|
||||
// "extends": "../../tsconfig.base.json",
|
||||
// "compilerOptions": {
|
||||
// // "composite": true,
|
||||
// "outDir": "./target",
|
||||
// "emitDeclarationOnly": true,
|
||||
// "declaration": true,
|
||||
// "declarationMap": true
|
||||
// },
|
||||
// "include": [
|
||||
// "public",
|
||||
// "server",
|
||||
// "types",
|
||||
// "test_helpers",
|
||||
// "utils",
|
||||
// "index.ts",
|
||||
// "../../kibana.d.ts",
|
||||
// "../../typings/**/*"
|
||||
// ],
|
||||
// "references": [
|
||||
// { "path": "../test_utils" }
|
||||
// ]
|
||||
// }
|
Loading…
Add table
Add a link
Reference in a new issue