mirror of
https://github.com/Bismuth-Forge/bismuth.git
synced 2024-11-05 00:54:24 +03:00
73156e13bc
Sometimes compilation succeeds even w/ errors, and this confuses `make` and let faulty code get installed.
13 lines
263 B
JSON
13 lines
263 B
JSON
{
|
|
"compileOnSave": true,
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"outFile": "krohnkite.js",
|
|
"noEmitOnError": false,
|
|
"removeComments": true,
|
|
"lib": ["es5"],
|
|
"alwaysStrict": true,
|
|
"strict": true
|
|
}
|
|
}
|