factuges_2025/packages/ui/tsconfig.lint.json
2025-05-01 19:14:48 +02:00

9 lines
172 B
JSON

{
"extends": "@repo/typescript-config/react-library.json",
"compilerOptions": {
"outDir": "dist"
},
"include": ["src"],
"exclude": ["node_modules", "dist"]
}