bismuth/tsconfig.json

13 lines
263 B
JSON
Raw Normal View History

2018-11-07 18:07:04 +03:00
{
"compileOnSave": true,
"compilerOptions": {
"target": "es5",
"outFile": "krohnkite.js",
"noEmitOnError": false,
2018-11-07 18:07:04 +03:00
"removeComments": true,
"lib": ["es5"],
"alwaysStrict": true,
"strict": true
2018-11-07 18:07:04 +03:00
}
}