mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-12-06 17:27:59 +00:00
23 lines
554 B
JSON
23 lines
554 B
JSON
{
|
|
"compilerOptions": {
|
|
"pretty": true,
|
|
"target": "es2017",
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
|
|
"declaration": true,
|
|
"declarationMap": true /* Added 2019-04-13 */,
|
|
"sourceMap": true,
|
|
|
|
"strict": true /* Enable all strict type-checking options. */,
|
|
"strictNullChecks": false,
|
|
"noImplicitAny": false,
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true,
|
|
"removeComments": true,
|
|
"preserveConstEnums": false,
|
|
"esModuleInterop": true,
|
|
"suppressImplicitAnyIndexErrors": false
|
|
}
|
|
}
|