regime/templates/adapts-to/bun/tsconfig.bun.json
2026-05-07 14:03:54 +02:00

13 lines
No EOL
206 B
JSON

{
"extends": "./tsconfig.base.json",
"references": [
{ "path": "./tsconfig.src.json" }
],
"compilerOptions": {
"composite": true,
"types": ["bun"]
},
"include": [
"src/bun"
]
}