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

16 lines
312 B
JSON
Raw Normal View History

{
"extends": "../../../../tsconfig.base.json",
"exclude": [],
"include": [
"./**/*"
],
"compilerOptions": {
"tsBuildInfoFile": "../../../../build/tsbuildinfo/osquery/cypress",
"types": [
"cypress",
"node"
],
"resolveJsonModule": true,
},
}