Files
xahau.js/packages/ripple-address-codec/tsconfig.json
2023-02-03 17:03:07 -06:00

21 lines
448 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"target": "es6",
"lib": [
"es2017"
],
"rootDir": "./src",
"outDir": "./dist",
"noUnusedLocals": true,
"noUnusedParameters": true,
"removeComments": false,
"preserveConstEnums": false,
"suppressImplicitAnyIndexErrors": false,
"skipLibCheck": true,
"declaration": true,
"strictNullChecks": true
},
"include": ["src/**/*.ts"]
}