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:
Mikhail Shustov 2020-09-04 21:05:29 +03:00 committed by GitHub
parent 6e0b20cbe3
commit b3a85c546d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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" }
// ]
// }