feat(media): scaffold feature package with media collection only

This commit is contained in:
2026-05-05 08:11:50 +02:00
parent 3770764ac5
commit 50b687c43e
8 changed files with 76 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
{
"extends": "@repo/typescript-config/base.json",
"compilerOptions": {
"outDir": "dist",
"lib": ["ES2022", "DOM"]
},
"include": ["src/**/*"],
"exclude": ["node_modules", "dist"]
}