1
0
mirror of https://github.com/oven-sh/setup-bun.git synced 2025-04-07 21:00:18 +08:00
2024-11-16 12:12:08 +01:00

8 lines
96 B
JSON

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