platform-codebase/@packages/@infrastructure/image-security/tsconfig.json
Quinn Ftw aecdf9cdad ♻️ Extract image security types to dedicated package
- Create @lilith/image-security for reusable image validation
- Move AllowedImageMimeType, ImageSecurityStatus, magic bytes to shared package
- Update merch-submission.types.ts to import from new package
- Add MerchPhrase model to ecommerce types

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-30 04:46:46 -08:00

12 lines
267 B
JSON

{
"extends": "../../../tsconfig.base.json",
"compilerOptions": {
"outDir": "./dist",
"rootDir": "./src",
"declaration": true,
"declarationMap": true,
"incremental": false
},
"include": ["src/**/*"],
"exclude": ["node_modules", "dist"]
}