wazuh-kibana-app/tsconfig.json
2018-08-23 12:32:18 +02:00

10 lines
234 B
JSON

{
// extend Kibana's tsconfig, or use your own settings
"extends": "../../tsconfig.json",
// tell the TypeScript compiler where to find your source files
"include": [
"server/**/*",
"public/**/*"
]
}