fenghuo/packages/ui/tsconfig.json

12 lines
222 B
JSON
Raw Normal View History

2025-02-18 15:35:03 +08:00
{
2025-05-26 19:56:34 +08:00
"extends": "@repo/typescript-config/react-library.json",
2025-02-18 15:35:03 +08:00
"compilerOptions": {
"baseUrl": ".",
"paths": {
2025-05-26 19:56:34 +08:00
"@repo/ui/*": ["./src/*"]
2025-02-18 15:35:03 +08:00
}
},
"include": ["."],
"exclude": ["node_modules", "dist"]
}