diff --git a/tsconfig.json b/tsconfig.json index 4b5cee7..13ebea8 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,7 +4,7 @@ "lib": ["ES2021"], "module": "commonjs", "outDir": "dist", - "strict": true, + "strict": false, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true