This repository has been archived on 2026-01-22. You can view files and clone it, but cannot push or open issues or pull requests.
factuges_2025/packages/ui/tsconfig.lint.json

9 lines
181 B
JSON
Raw Normal View History

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