factuges_2025/packages/ui/tsconfig.lint.json
2025-05-01 13:52:39 +02:00

9 lines
181 B
JSON

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