mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-12-02 10:05:49 +00:00
This allows for the use of Node 6. Note that Node v6 is no longer supported by Node.js (End-of-life'd in April 2019). We recommend updating to Node v8/v10 ASAP, to keep getting security updates and fixes from the Node.js team.
24 lines
580 B
JSON
24 lines
580 B
JSON
{
|
|
"compilerOptions": {
|
|
"pretty": true,
|
|
"target": "es6",
|
|
"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,
|
|
"removeComments": true,
|
|
"preserveConstEnums": false,
|
|
"esModuleInterop": true,
|
|
"suppressImplicitAnyIndexErrors": false,
|
|
"resolveJsonModule": true,
|
|
"preserveSymlinks": true
|
|
}
|
|
}
|