diff --git a/tsconfig.json b/tsconfig.json index 13ebea8..bd70a7e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,6 +7,7 @@ "strict": false, "esModuleInterop": true, "skipLibCheck": true, + "noEmitOnError": false, "forceConsistentCasingInFileNames": true }, "include": ["src"],