mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-30 09:05:50 +00:00
24 lines
510 B
JSON
24 lines
510 B
JSON
{
|
|
"compilerOptions": {
|
|
"pretty": true,
|
|
"target": "es6",
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"sourceMap": true,
|
|
|
|
"strict": true,
|
|
"strictNullChecks": false,
|
|
"noImplicitAny": false,
|
|
"noUnusedLocals": true,
|
|
"removeComments": true,
|
|
"preserveConstEnums": false,
|
|
"esModuleInterop": true,
|
|
"suppressImplicitAnyIndexErrors": false,
|
|
"resolveJsonModule": true,
|
|
"preserveSymlinks": true
|
|
}
|
|
}
|