da.nfin.ch/tsconfig.test.json

19 lines
242 B
JSON
Raw Permalink Normal View History

2026-05-13 02:03:11 +02:00
{
"extends": "./tsconfig.base.json",
"references": [
{
"path": "./tsconfig.src.json"
}
],
"compilerOptions": {
"composite": true,
"types": [
"bun"
]
},
"include": [
"tests"
],
"files": []
}