setup-bun/tests/tsconfig.json

8 lines
96 B
JSON
Raw Normal View History

2024-11-16 12:12:00 +01:00
{
"extends": "../tsconfig.json",
"compilerOptions": {
"types": [
"bun"
]
}
}