mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-04 04:55:48 +00:00
8 lines
162 B
JSON
8 lines
162 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "../../xrpl"
|
|
},
|
|
"include": ["./src/**/*.ts", "../src/**/*.ts", "../src/**/*.json"]
|
|
}
|