Skip to content
Snippets Groups Projects
Commit 105fbb13 authored by Glenn Vorhes's avatar Glenn Vorhes
Browse files

added "noEmitOnError": true

parent c2481b81
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,8 @@ ...@@ -8,7 +8,8 @@
"target": "es5", "target": "es5",
"inlineSourceMap": true, "inlineSourceMap": true,
"inlineSources": true, "inlineSources": true,
"jsx": "react" "jsx": "react",
"noEmitOnError": true
}, },
"exclude": [ "exclude": [
// "node_modules", "dist" // "node_modules", "dist"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment