{ "extends": "../../tsconfig.base.json", "compilerOptions": { "outDir": "target/types" }, "include": [ "index.ts", "public/**/*.ts", "public/**/*.tsx", "server/**/*.ts", "../../typings/**/*", ], "exclude": [ "target/**/*", ], "kbn_references": [ "@kbn/core" ] }