factuges_2025/packages/ui/tsconfig.lint.json
2025-05-01 21:25:40 +00:00

9 lines
181 B
JSON

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