kibana/packages/kbn-plugin-generator/template/tsconfig.json.ejs

17 lines
286 B
Plaintext
Raw Normal View History

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "./target",
"skipLibCheck": true
},
"include": [
"index.ts",
"common/**/*.ts",
"public/**/*.ts",
"public/**/*.tsx",
"server/**/*.ts",
"../../typings/**/*",
],
"exclude": []
}