setup-bun/tests/tsconfig.json
2024-11-16 12:12:08 +01:00

8 lines
96 B
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
"types": [
"bun"
]
}
}