16 lines
400 B
JSON
16 lines
400 B
JSON
{
|
|
"extends": "@repo/typescript-config/react-library.json",
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"@repo/rdx-ui/*": ["./src/*"]
|
|
},
|
|
|
|
"plugins": [{ "name": "typescript-plugin-css-modules" }]
|
|
},
|
|
"include": [
|
|
"src",
|
|
"../../modules/core/src/web/hooks/use-unsaved-changes-notifier/components/unsaved-changes-cancel-action-button.tsx"
|
|
],
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|