chore(backend-api): 🔧 Update TypeScript compiler config for profile feature with adjusted paths, strictness, and module settings

This commit is contained in:
Lilith 2026-01-22 04:51:18 -08:00
parent a3baac7b86
commit fa0a299cb0

View file

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