From ad731f265161b54f96f593b34d6145a102c76d3f Mon Sep 17 00:00:00 2001 From: Tyler Smalley Date: Mon, 4 Jan 2021 15:20:02 -0800 Subject: [PATCH] Disables TS incremental Signed-off-by: Tyler Smalley --- packages/kbn-apm-config-loader/tsconfig.json | 3 ++- packages/kbn-config-schema/tsconfig.json | 3 ++- packages/kbn-config/tsconfig.json | 3 ++- packages/kbn-dev-utils/tsconfig.json | 3 ++- packages/kbn-es-archiver/tsconfig.json | 3 ++- packages/kbn-legacy-logging/tsconfig.json | 3 ++- packages/kbn-logging/tsconfig.json | 3 ++- packages/kbn-plugin-helpers/tsconfig.json | 3 ++- packages/kbn-release-notes/tsconfig.json | 3 ++- packages/kbn-std/tsconfig.json | 3 ++- packages/kbn-storybook/tsconfig.json | 3 ++- packages/kbn-utility-types/tsconfig.json | 3 ++- packages/kbn-utils/tsconfig.json | 3 ++- 13 files changed, 26 insertions(+), 13 deletions(-) diff --git a/packages/kbn-apm-config-loader/tsconfig.json b/packages/kbn-apm-config-loader/tsconfig.json index ba00ddfa6adb6..e096426a2a869 100644 --- a/packages/kbn-apm-config-loader/tsconfig.json +++ b/packages/kbn-apm-config-loader/tsconfig.json @@ -5,7 +5,8 @@ "outDir": "./target", "stripInternal": false, "declarationMap": true, - "types": ["jest", "node"] + "types": ["jest", "node"], + "incremental": false }, "include": ["./src/**/*.ts"], "exclude": ["target"] diff --git a/packages/kbn-config-schema/tsconfig.json b/packages/kbn-config-schema/tsconfig.json index 6a268f2e7c016..9417933a7f66c 100644 --- a/packages/kbn-config-schema/tsconfig.json +++ b/packages/kbn-config-schema/tsconfig.json @@ -9,7 +9,8 @@ "types": [ "jest", "node" - ] + ], + "incremental": false }, "include": [ "./types/joi.d.ts", diff --git a/packages/kbn-config/tsconfig.json b/packages/kbn-config/tsconfig.json index ba00ddfa6adb6..e096426a2a869 100644 --- a/packages/kbn-config/tsconfig.json +++ b/packages/kbn-config/tsconfig.json @@ -5,7 +5,8 @@ "outDir": "./target", "stripInternal": false, "declarationMap": true, - "types": ["jest", "node"] + "types": ["jest", "node"], + "incremental": false }, "include": ["./src/**/*.ts"], "exclude": ["target"] diff --git a/packages/kbn-dev-utils/tsconfig.json b/packages/kbn-dev-utils/tsconfig.json index 1c6c671d0b768..23a04c3c2c64a 100644 --- a/packages/kbn-dev-utils/tsconfig.json +++ b/packages/kbn-dev-utils/tsconfig.json @@ -4,7 +4,8 @@ "outDir": "target", "target": "ES2019", "declaration": true, - "declarationMap": true + "declarationMap": true, + "incremental": false }, "include": [ "src/**/*" diff --git a/packages/kbn-es-archiver/tsconfig.json b/packages/kbn-es-archiver/tsconfig.json index 02209a29e5817..5367823d2e08a 100644 --- a/packages/kbn-es-archiver/tsconfig.json +++ b/packages/kbn-es-archiver/tsconfig.json @@ -4,7 +4,8 @@ "outDir": "./target", "declaration": true, "sourceMap": true, - "target": "ES2019" + "target": "ES2019", + "incremental": false }, "include": [ "src/**/*" diff --git a/packages/kbn-legacy-logging/tsconfig.json b/packages/kbn-legacy-logging/tsconfig.json index 8fd202a2dce8b..f5d40d04a5b94 100644 --- a/packages/kbn-legacy-logging/tsconfig.json +++ b/packages/kbn-legacy-logging/tsconfig.json @@ -5,7 +5,8 @@ "stripInternal": false, "declaration": true, "declarationMap": true, - "types": ["jest", "node"] + "types": ["jest", "node"], + "incremental": false }, "include": ["./src/**/*"] } diff --git a/packages/kbn-logging/tsconfig.json b/packages/kbn-logging/tsconfig.json index c55c05de30a52..2b5c8832a0af8 100644 --- a/packages/kbn-logging/tsconfig.json +++ b/packages/kbn-logging/tsconfig.json @@ -5,7 +5,8 @@ "stripInternal": false, "declaration": true, "declarationMap": true, - "types": ["jest", "node"] + "types": ["jest", "node"], + "incremental": false }, "include": ["./src/**/*.ts"] } diff --git a/packages/kbn-plugin-helpers/tsconfig.json b/packages/kbn-plugin-helpers/tsconfig.json index 651bc79d6e707..4740163facb15 100644 --- a/packages/kbn-plugin-helpers/tsconfig.json +++ b/packages/kbn-plugin-helpers/tsconfig.json @@ -4,7 +4,8 @@ "outDir": "target", "declaration": true, "sourceMap": true, - "target": "ES2018" + "target": "ES2018", + "incremental": false }, "include": [ "src/**/*" diff --git a/packages/kbn-release-notes/tsconfig.json b/packages/kbn-release-notes/tsconfig.json index 02209a29e5817..5367823d2e08a 100644 --- a/packages/kbn-release-notes/tsconfig.json +++ b/packages/kbn-release-notes/tsconfig.json @@ -4,7 +4,8 @@ "outDir": "./target", "declaration": true, "sourceMap": true, - "target": "ES2019" + "target": "ES2019", + "incremental": false }, "include": [ "src/**/*" diff --git a/packages/kbn-std/tsconfig.json b/packages/kbn-std/tsconfig.json index fd186a6e43d1c..c258f1b20adea 100644 --- a/packages/kbn-std/tsconfig.json +++ b/packages/kbn-std/tsconfig.json @@ -6,7 +6,8 @@ "outDir": "./target", "stripInternal": true, "declarationMap": true, - "types": ["jest", "node"] + "types": ["jest", "node"], + "incremental": false }, "include": ["./src/**/*.ts"], "exclude": ["target"] diff --git a/packages/kbn-storybook/tsconfig.json b/packages/kbn-storybook/tsconfig.json index 814a3963c9f49..9911f65dfd1d8 100644 --- a/packages/kbn-storybook/tsconfig.json +++ b/packages/kbn-storybook/tsconfig.json @@ -3,7 +3,8 @@ "compilerOptions": { "declaration": true, "outDir": "target", - "skipLibCheck": true + "skipLibCheck": true, + "incremental": false }, "include": ["*.ts", "lib/*.ts"] } diff --git a/packages/kbn-utility-types/tsconfig.json b/packages/kbn-utility-types/tsconfig.json index c2d206526e6f4..df8f3c29c385c 100644 --- a/packages/kbn-utility-types/tsconfig.json +++ b/packages/kbn-utility-types/tsconfig.json @@ -9,7 +9,8 @@ "types": [ "node", "jest" - ] + ], + "incremental": false }, "include": ["index.ts", "jest/**/*", "test-d/**/*"], "exclude": [ diff --git a/packages/kbn-utils/tsconfig.json b/packages/kbn-utils/tsconfig.json index e9dd6313e6f79..7984104932cfc 100644 --- a/packages/kbn-utils/tsconfig.json +++ b/packages/kbn-utils/tsconfig.json @@ -3,7 +3,8 @@ "compilerOptions": { "outDir": "target", "declaration": true, - "declarationMap": true + "declarationMap": true, + "incremental": false }, "include": [ "src/**/*"