Skip to content

Commit

Permalink
disable incremenetal build for legacy tsconfig.json (elastic#82986)
Browse files Browse the repository at this point in the history
  • Loading branch information
mshustov authored and chrisronline committed Nov 19, 2020
1 parent ca9d80d commit 0614bfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/tsconfig.json
Original file line number Diff line number Diff line change
@@ -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/**/*"],
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"tsBuildInfoFile": "./build/tsbuildinfo/kibana"
"incremental": false
},
"include": ["kibana.d.ts", "src/**/*", "typings/**/*", "test_utils/**/*"],
"exclude": [
Expand Down

0 comments on commit 0614bfa

Please sign in to comment.