Uecko_ERP/packages/rdx-logger/tsconfig.json

9 lines
184 B
JSON
Raw Normal View History

2025-09-23 10:40:49 +00:00
{
2025-10-30 18:26:57 +00:00
"extends": "@repo/typescript-config/buildless.json",
2025-09-23 10:40:49 +00:00
"compilerOptions": {
2025-10-30 18:26:57 +00:00
"rootDir": "src"
2025-09-23 10:40:49 +00:00
},
2025-10-28 17:52:30 +00:00
"include": ["src"],
2025-10-30 18:26:57 +00:00
"exclude": ["node_modules", "dist", "**/*.test.ts"]
2025-09-23 10:40:49 +00:00
}