Uecko_ERP/packages/rdx-ui/tsconfig.json

19 lines
421 B
JSON
Raw Normal View History

2025-01-27 17:12:26 +00:00
{
"extends": "@repo/typescript-config/react-library.json",
"compilerOptions": {
2025-05-05 17:11:44 +00:00
"lib": ["ESNext", "DOM", "DOM.Iterable"],
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "bundler",
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-05-10 08:40:40 +00:00
"include": ["src"],
2025-05-02 21:43:51 +00:00
"exclude": ["node_modules", "dist"]
2025-01-27 17:12:26 +00:00
}