chore(marketplace/backend-api): 🔧 Update TypeScript compiler config with strict mode and path mappings

This commit is contained in:
Lilith 2026-01-22 04:46:09 -08:00
parent 725abe8e91
commit cd885189bb

View file

@ -9,5 +9,5 @@
}
},
"include": ["src/**/*"],
"exclude": ["node_modules", "dist"]
"exclude": ["node_modules", "dist", "**/*.spec.ts", "**/*.test.ts"]
}