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

9 lines
No EOL
119 B
JSON

{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"composite": true
},
"include": [
"src"
]
}