Prevent compiler from stopping on ts warning

This commit is contained in:
Fred Carlsen
2018-11-30 16:01:46 +01:00
parent de0b5772bf
commit c98c8b1ded

View File

@@ -22,6 +22,7 @@
},
"awesomeTypescriptLoaderOptions": {
"useCache": true,
"errorsAsWarnings": true,
"reportFiles": [
"./ts/**/*"
]