Uecko_ERP/packages/ui/tsconfig.json
2025-05-05 19:11:44 +02:00

17 lines
352 B
JSON

{
"extends": "@repo/typescript-config/react-library.json",
"compilerOptions": {
"lib": ["ESNext", "DOM", "DOM.Iterable"],
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "bundler",
"baseUrl": ".",
"paths": {
"@repo/ui/*": ["./src/*"]
}
},
"include": ["."],
"exclude": ["node_modules", "dist"]
}