co-mono/packages/web-ui/tsconfig.json
2025-10-05 13:30:08 +02:00

7 lines
118 B
JSON

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