17 lines
403 B
JSON
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"]
|
|
}
|