Uecko_ERP/packages/rdx-utils/tsconfig.json

9 lines
205 B
JSON
Raw Normal View History

2025-05-09 10:45:32 +00:00
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"composite": true
},
2025-07-02 08:57:09 +00:00
"include": ["src", "../../modules/core/src/web/lib/helpers/money-funcs.ts"],
2025-05-09 10:45:32 +00:00
"exclude": ["src/**/__tests__/*"]
}