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

12 lines
No EOL
184 B
JSON

{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"composite": true,
"types": ["bun"]
},
"include": [
"*.config.ts",
"*.config.cjs"
],
"files": []
}