back to failing on error with ts transpile

This commit is contained in:
andy 2021-11-10 23:58:03 +00:00
parent b75920867b
commit 3564ce7d6d

View File

@ -4,7 +4,7 @@
"strict": true,
"sourceMap": true,
"noImplicitAny": true,
"noEmitOnError": false,
"noEmitOnError": true,
"module": "es6",
"target": "es5",
"allowJs": true,