factuges_2025/packages/ui/tsconfig.json

12 lines
222 B
JSON
Raw Normal View History

2025-04-27 20:47:47 +00:00
{
"extends": "@repo/typescript-config/react-library.json",
2025-05-01 11:52:39 +00:00
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@repo/ui/*": ["./src/*"]
}
},
2025-04-27 20:47:47 +00:00
"include": ["."],
2025-05-01 11:52:39 +00:00
"exclude": ["node_modules", "dist"]
2025-04-27 20:47:47 +00:00
}