Files
bitcoin-indexer/api/runes/tsconfig.build.json
Rafael Cárdenas da5596afec feat(runes): add runes api to codebase (#449)
* new code

* add ci

* files

* standard

* Update api/runes/package.json

Co-authored-by: ASuciuX <151519329+ASuciuX@users.noreply.github.com>

---------

Co-authored-by: ASuciuX <151519329+ASuciuX@users.noreply.github.com>
2025-02-27 09:06:43 -06:00

7 lines
76 B
JSON

{
"extends": "./tsconfig.json",
"exclude": [
"tests/**/*.ts",
]
}