Uecko_ERP/packages/rdx-ui/tsconfig.json

17 lines
403 B
JSON
Raw Normal View History

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 11:18:55 +00:00
"include": [
"src",
"../../modules/customer-invoices/src/web/components/editor/items/items-data-table-row-actions.tsx"
],
2025-05-02 21:43:51 +00:00
"exclude": ["node_modules", "dist"]
2025-01-27 17:12:26 +00:00
}