meat/tsconfig.server.json

13 lines
157 B
JSON
Raw Normal View History

2026-08-04 02:09:54 +02:00
{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"composite": true,
"types": [
"bun"
]
},
"include": [
"server"
]
}