Uecko_ERP/packages/rdx-utils/tsconfig.json

9 lines
253 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": {
2025-10-30 18:26:57 +00:00
"rootDir": "src"
2025-05-09 10:45:32 +00:00
},
2026-04-20 17:20:42 +00:00
"include": ["src", "../../modules/core/src/api/application/mappers/patch-collector.ts"],
2025-10-30 18:26:57 +00:00
"exclude": ["node_modules", "dist", "**/*.test.ts"]
2025-05-09 10:45:32 +00:00
}