mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-30 09:05:50 +00:00
19 lines
335 B
JSON
19 lines
335 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./src"
|
|
},
|
|
"include": ["./src/**/*.ts"],
|
|
"references": [
|
|
{
|
|
"path": "../ripple-address-codec/tsconfig.json"
|
|
},
|
|
{
|
|
"path": "../ripple-binary-codec/tsconfig.json"
|
|
},
|
|
{
|
|
"path": "../ripple-keypairs/tsconfig.json"
|
|
}
|
|
]
|
|
}
|