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

22 lines
421 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"rootDir": "./src",
},
"include": ["./src/**/*.ts", "./src/**/*.json"],
"references": [
{
"path": "../isomorphic/tsconfig.build.json"
},
{
"path": "../xahau-address-codec/tsconfig.build.json"
},
{
"path": "../xahau-binary-codec/tsconfig.json"
},
{
"path": "../xahau-keypairs/tsconfig.json"
}
]
}