islandflow/packages/storage/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
140 B
JSON

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