2025-01-27 17:12:26 +00:00
|
|
|
{
|
|
|
|
|
"extends": "@repo/typescript-config/react-library.json",
|
|
|
|
|
"compilerOptions": {
|
2025-01-28 14:01:02 +00:00
|
|
|
"baseUrl": ".",
|
|
|
|
|
"paths": {
|
2025-05-10 08:40:40 +00:00
|
|
|
"@repo/rdx-ui/*": ["./src/*"]
|
2025-05-09 10:45:32 +00:00
|
|
|
},
|
|
|
|
|
|
|
|
|
|
"plugins": [{ "name": "typescript-plugin-css-modules" }]
|
2025-01-27 17:12:26 +00:00
|
|
|
},
|
2025-10-16 17:59:13 +00:00
|
|
|
"include": ["src"],
|
2025-05-02 21:43:51 +00:00
|
|
|
"exclude": ["node_modules", "dist"]
|
2025-01-27 17:12:26 +00:00
|
|
|
}
|