mirror of
https://github.com/valitydev/wazuh-kibana-app.git
synced 2024-11-06 09:55:18 +00:00
10 lines
234 B
JSON
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/**/*"
|
|
]
|
|
} |