mirror of
https://github.com/Bismuth-Forge/bismuth.git
synced 2024-11-03 19:41:22 +03:00
tsconfig: don't emit output when error occurs
Sometimes compilation succeeds even w/ errors, and this confuses `make` and let faulty code get installed.
This commit is contained in:
parent
66e5e70e36
commit
73156e13bc
@ -3,9 +3,10 @@
|
||||
"compilerOptions": {
|
||||
"target": "es5",
|
||||
"outFile": "krohnkite.js",
|
||||
"noEmitOnError": false,
|
||||
"removeComments": true,
|
||||
"lib": ["es5"],
|
||||
"alwaysStrict": true,
|
||||
"strict": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user