mirror of
https://github.com/Bismuth-Forge/bismuth.git
synced 2024-11-04 13:37:43 +03:00
11 lines
230 B
JSON
11 lines
230 B
JSON
{
|
|
"compileOnSave": true,
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"outFile": "krohnkite.js",
|
|
"removeComments": true,
|
|
"lib": ["es5"],
|
|
"alwaysStrict": true,
|
|
"strict": true
|
|
}
|
|
} |