mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2024-11-18 18:07:35 +00:00
19 lines
399 B
JSON
19 lines
399 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"allowJs": false,
|
|
"checkJs": false,
|
|
"sourceMap": true,
|
|
"target": "es5",
|
|
"lib": [
|
|
"es2016",
|
|
"dom"
|
|
],
|
|
"noImplicitThis": false,
|
|
"noImplicitAny": false,
|
|
"preserveConstEnums": true,
|
|
"alwaysStrict": true,
|
|
"strictNullChecks": false
|
|
}
|
|
}
|