mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-12-06 17:27:59 +00:00
9 lines
182 B
JSON
9 lines
182 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "../xrpl-models/dist"
|
|
},
|
|
"include": ["./src/models/**/*.ts", "./src/errors.ts"],
|
|
}
|