mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-12-02 18:15:56 +00:00
13 lines
221 B
JSON
13 lines
221 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
},
|
|
"include": ["./src/**/*.ts", "./src/**/*.json"],
|
|
"references": [
|
|
{
|
|
"path": "../xahau-keypairs/tsconfig.json"
|
|
}
|
|
]
|
|
}
|