diff --git a/tsconfig.json b/tsconfig.json index a3ce38fb..9f181c3d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,7 +6,7 @@ "module": "esnext", "moduleResolution": "node", "esModuleInterop": true, - "strict": true, + "strict": false, "noImplicitAny": false, "strictNullChecks": true, "resolveJsonModule": true,