2025-02-18 15:35:03 +08:00
|
|
|
{
|
2025-06-10 15:12:33 +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
|
|
|
}
|