mirror of
https://github.com/Xahau/xahau.js.git
synced 2026-07-27 17:10:28 +00:00
22 lines
421 B
JSON
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"
|
|
}
|
|
]
|
|
}
|