diff --git a/packages/core/tsconfig.json b/packages/core/tsconfig.json index 106cde5c0..15c303bcb 100644 --- a/packages/core/tsconfig.json +++ b/packages/core/tsconfig.json @@ -8,9 +8,7 @@ "jest" ], "module": "commonjs", - "noImplicitAny": true, "removeComments": true, - "strictNullChecks": true, "forceConsistentCasingInFileNames": true, "noImplicitReturns": true, "strict": true, diff --git a/packages/editor-ui/tsconfig.json b/packages/editor-ui/tsconfig.json index 7d45462c8..dc9f79a4e 100644 --- a/packages/editor-ui/tsconfig.json +++ b/packages/editor-ui/tsconfig.json @@ -2,9 +2,7 @@ "compilerOptions": { "target": "esnext", "module": "esnext", - "noImplicitAny": true, "removeComments": true, - "strictNullChecks": true, "forceConsistentCasingInFileNames": true, "noImplicitReturns": true, "strict": true, diff --git a/packages/node-dev/tsconfig.json b/packages/node-dev/tsconfig.json index 7d4292fde..ae576c96f 100644 --- a/packages/node-dev/tsconfig.json +++ b/packages/node-dev/tsconfig.json @@ -8,9 +8,7 @@ ], "module": "commonjs", "esModuleInterop": true, - "noImplicitAny": true, "removeComments": true, - "strictNullChecks": true, "strict": true, "preserveConstEnums": true, "declaration": true, diff --git a/packages/nodes-base/tsconfig.json b/packages/nodes-base/tsconfig.json index 2dbcc429d..09d91632d 100644 --- a/packages/nodes-base/tsconfig.json +++ b/packages/nodes-base/tsconfig.json @@ -10,9 +10,7 @@ "jest" ], "module": "commonjs", - "noImplicitAny": true, "removeComments": true, - "strictNullChecks": true, "strict": true, "preserveConstEnums": true, "resolveJsonModule": true, diff --git a/packages/workflow/tsconfig.json b/packages/workflow/tsconfig.json index fb1017644..873c637da 100644 --- a/packages/workflow/tsconfig.json +++ b/packages/workflow/tsconfig.json @@ -9,9 +9,7 @@ "jest" ], "module": "commonjs", - "noImplicitAny": true, "removeComments": true, - "strictNullChecks": true, "forceConsistentCasingInFileNames": true, "noImplicitReturns": true, "strict": true,