diff --git a/tsconfig.json b/tsconfig.json index 873516c6..8fa7472c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": false, "sourceMap": false, "outDir": "dist/js", - "noEmitOnError": true, + "noEmitOnError": false, "typeRoots": [ "node_modules/@types" ], "resolveJsonModule": true, "jsx": "react"