Files
2026-03-30 19:59:31 +08:00

9 lines
160 B
JSON

{
"$schema": "https://json.schemastore.org/tsconfig",
"display": "Bun",
"extends": "./base.json",
"compilerOptions": {
"types": ["bun-types"]
}
}