Files
wursor/packages/ui/tsconfig.json
T
2026-04-23 09:39:01 +01:00

9 lines
144 B
JSON

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