Files
xahau.js/packages/secret-numbers/tsconfig.build.json
Denis Angell 9544e1794e xahau-patch
2025-03-14 15:08:35 +01:00

13 lines
221 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"rootDir": "./src",
},
"include": ["./src/**/*.ts", "./src/**/*.json"],
"references": [
{
"path": "../xahau-keypairs/tsconfig.json"
}
]
}