krohnkite/tsconfig.json
2019-04-03 09:27:33 +09:00

11 lines
230 B
JSON

{
"compileOnSave": true,
"compilerOptions": {
"target": "es5",
"outFile": "krohnkite.js",
"removeComments": true,
"lib": ["es5"],
"alwaysStrict": true,
"strict": true
}
}