fenghuo/packages/ui/tsconfig.json

14 lines
266 B
JSON
Raw Normal View History

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