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

8 lines
138 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"rootDir": "./src",
},
"include": ["./src/**/*.ts", "./src/**/*.json"]
}