mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-04 13:05:49 +00:00
31 lines
623 B
JSON
31 lines
623 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"lib": [
|
|
"es2017"
|
|
],
|
|
"rootDir": "./src",
|
|
"outDir": "./dist",
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true,
|
|
"resolveJsonModule": true,
|
|
"noImplicitThis": false,
|
|
"noImplicitAny": false,
|
|
"removeComments": false,
|
|
"preserveConstEnums": false,
|
|
"suppressImplicitAnyIndexErrors": true,
|
|
"skipLibCheck": true,
|
|
"declaration": true
|
|
},
|
|
"references": [
|
|
{
|
|
"path": "../ripple-address-codec/tsconfig.json"
|
|
}
|
|
],
|
|
"include": [
|
|
"src/**/*.ts",
|
|
"src/**/*.json"
|
|
]
|
|
}
|