13 lines
157 B
JSON
13 lines
157 B
JSON
|
|
{
|
||
|
|
"extends": "./tsconfig.base.json",
|
||
|
|
"compilerOptions": {
|
||
|
|
"composite": true,
|
||
|
|
"types": [
|
||
|
|
"bun"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"include": [
|
||
|
|
"server"
|
||
|
|
]
|
||
|
|
}
|