mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-12-06 17:27:59 +00:00
* Add *.tsbuildinfo to .gitignore * Bump versions of dependencies, nyc and yargs * Drop support for node 9 (EOL 2018-06-30) https://github.com/nodejs/Release * Add getTransaction snippet
27 lines
608 B
JSON
27 lines
608 B
JSON
{
|
|
"compilerOptions": {
|
|
"pretty": true,
|
|
"lib": [
|
|
"es2017"
|
|
],
|
|
"target": "es6",
|
|
|
|
"declaration": true,
|
|
"declarationMap": true /* Added 2019-04-13 */,
|
|
"sourceMap": true,
|
|
"noEmitOnError": true /* Added 2019-04-13 */,
|
|
|
|
"strictNullChecks": false,
|
|
"noImplicitAny": false,
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true,
|
|
"removeComments": true,
|
|
"strict": true /* Enable all strict type-checking options. */,
|
|
"preserveConstEnums": false,
|
|
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"suppressImplicitAnyIndexErrors": false
|
|
}
|
|
}
|