kibana/x-pack/plugins/osquery/cypress/tsconfig.json

18 lines
293 B
JSON
Raw Normal View History

{
"extends": "../../../../tsconfig.base.json",
"include": [
"**/*"
],
"exclude": [
"target/**/*"
],
"compilerOptions": {
"outDir": "target/types",
"types": [
"cypress",
"node"
],
"resolveJsonModule": true,
},
}