meat/tsconfig.shared.json

10 lines
123 B
JSON
Raw Permalink Normal View History

2026-08-04 02:09:54 +02:00
{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"composite": true
},
"include": [
"shared"
]
}