Uecko_ERP/packages/rdx-ui/tsconfig.json
2025-10-16 13:18:55 +02:00

17 lines
403 B
JSON

{
"extends": "@repo/typescript-config/react-library.json",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@repo/rdx-ui/*": ["./src/*"]
},
"plugins": [{ "name": "typescript-plugin-css-modules" }]
},
"include": [
"src",
"../../modules/customer-invoices/src/web/components/editor/items/items-data-table-row-actions.tsx"
],
"exclude": ["node_modules", "dist"]
}