factuges_2025/packages/ui/tsconfig.lint.json

9 lines
172 B
JSON
Raw Normal View History

2025-05-01 11:52:39 +00:00
{
"extends": "@repo/typescript-config/react-library.json",
"compilerOptions": {
"outDir": "dist"
},
2025-05-01 17:14:48 +00:00
"include": ["src"],
2025-05-01 11:52:39 +00:00
"exclude": ["node_modules", "dist"]
}