da.nfin.ch/tsconfig.config.json

16 lines
217 B
JSON
Raw Permalink Normal View History

2026-05-13 02:03:11 +02:00
{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"composite": true,
"types": [
"bun"
]
},
"include": [
"*.config.ts",
"*.config.cjs",
"scripts/*.ts"
],
"files": []
}