diff --git a/packages/core/tsconfig.json b/packages/core/tsconfig.json index 106cde5c0b..15c303bcbe 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 7d45462c8f..dc9f79a4e3 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 7d4292fde8..ae576c96f1 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 2dbcc429d8..09d91632df 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 fb10176448..873c637da9 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,