mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
disable incremenetal build for legacy tsconfig.json (#82986)
This commit is contained in:
parent
e7ff3a6f33
commit
938b7624f7
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"extends": "../tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"tsBuildInfoFile": "../build/tsbuildinfo/test",
|
||||
"incremental": false,
|
||||
"types": ["node", "mocha", "flot"]
|
||||
},
|
||||
"include": ["**/*", "../typings/elastic__node_crypto.d.ts", "typings/**/*"],
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"extends": "./tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"tsBuildInfoFile": "./build/tsbuildinfo/kibana"
|
||||
"incremental": false
|
||||
},
|
||||
"include": ["kibana.d.ts", "src/**/*", "typings/**/*", "test_utils/**/*"],
|
||||
"exclude": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue