it0/packages/services/billing-service
hailin ffe06fab7a fix(billing-service): add tsconfig with workspace path aliases
The billing-service tsconfig.json was missing the TypeScript path aliases
required for the workspace build (turbo builds shared packages first, then
resolves @it0/* via paths). Without these, nest build fails with
'Cannot find module @it0/database'.

Also disables overly strict checks (strictNullChecks, strictPropertyInitialization,
useUnknownInCatchVariables) to match the lenient settings used by other services.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-03 23:32:34 -08:00
..
src fix(billing-service): resolve all TypeScript compilation errors 2026-03-03 23:00:27 -08:00
package.json fix(billing-service): resolve all TypeScript compilation errors 2026-03-03 23:00:27 -08:00
tsconfig.json fix(billing-service): add tsconfig with workspace path aliases 2026-03-03 23:32:34 -08:00