mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
[xpack/test] restore incremental: false in ts project
This commit is contained in:
parent
87dde4cb2d
commit
3c68a0c810
1 changed files with 3 additions and 1 deletions
|
@ -6,7 +6,9 @@
|
|||
"emitDeclarationOnly": true,
|
||||
"declaration": true,
|
||||
"declarationMap": true,
|
||||
"types": ["node"]
|
||||
"types": ["node"],
|
||||
// overhead is too significant
|
||||
"incremental": false,
|
||||
},
|
||||
"include": [
|
||||
"**/*",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue