[xpack/test] restore incremental: false in ts project

This commit is contained in:
spalger 2021-06-08 13:30:42 -07:00
parent 87dde4cb2d
commit 3c68a0c810

View file

@ -6,7 +6,9 @@
"emitDeclarationOnly": true,
"declaration": true,
"declarationMap": true,
"types": ["node"]
"types": ["node"],
// overhead is too significant
"incremental": false,
},
"include": [
"**/*",