Uecko_ERP/packages/rdx-utils/tsconfig.json

13 lines
268 B
JSON
Raw Normal View History

2025-05-09 10:45:32 +00:00
{
2025-10-30 18:26:57 +00:00
"extends": "@repo/typescript-config/buildless.json",
2025-05-09 10:45:32 +00:00
"compilerOptions": {
2026-04-21 13:51:57 +00:00
"types": ["node"],
2026-04-29 15:02:08 +00:00
"rootDir": "src",
"paths": {
"@repo/rdx-utils/*": ["./src/*"]
}
2025-05-09 10:45:32 +00:00
},
2026-04-21 13:51:57 +00:00
"include": ["src"],
2025-10-30 18:26:57 +00:00
"exclude": ["node_modules", "dist", "**/*.test.ts"]
2025-05-09 10:45:32 +00:00
}