Files
xahau.js/packages/xahau-binary-codec/tsconfig.json
Denis Angell 9544e1794e xahau-patch
2025-03-14 15:08:35 +01:00

32 lines
623 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"target": "es6",
"lib": [
"es2017"
],
"outDir": "./dist",
"noUnusedLocals": true,
"noUnusedParameters": true,
"resolveJsonModule": true,
"noImplicitThis": false,
"noImplicitAny": false,
"removeComments": false,
"preserveConstEnums": false,
"skipLibCheck": true,
"declaration": true
},
"references": [
{
"path": "../isomorphic/tsconfig.build.json"
},
{
"path": "../xahau-address-codec/tsconfig.build.json"
}
],
"include": [
"src/**/*.ts",
"src/**/*.json"
]
}