meat/tsconfig.test.json
2026-08-04 02:09:54 +02:00

18 lines
242 B
JSON

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