islandflow/services/eod-enricher/tsconfig.json
dirtydishes e9e2723c28
Some checks are pending
CI / Validate (push) Waiting to run
add repo-wide typechecking
2026-05-29 02:19:30 -04:00

7 lines
123 B
JSON

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