kibana/test/plugin_functional/plugins/core_plugin_b/tsconfig.json
2019-04-18 12:06:24 -07:00

15 lines
254 B
JSON

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