meat/tsconfig.test.json

19 lines
242 B
JSON
Raw Permalink Normal View History

2026-08-04 02:09:54 +02:00
{
"extends": "./tsconfig.base.json",
"references": [
{
2026-08-04 03:11:46 +02:00
"path": "./tsconfig.app.json"
2026-08-04 02:09:54 +02:00
}
],
"compilerOptions": {
"composite": true,
"types": [
"bun"
]
},
"include": [
"tests"
],
"files": []
}