regime/templates/shared/library/tsconfig.test.json
2026-05-07 14:03:54 +02:00

14 lines
No EOL
219 B
JSON

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