diff --git a/tsconfig.json b/tsconfig.json index b3c0a01..a2f57c5 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,7 +4,7 @@ "module": "esnext", // "useDefineForClassFields": true, "moduleResolution": "bundler", - "strict": true, + "strict": false, "jsx": "preserve", "sourceMap": true, "resolveJsonModule": true,