fix(infra): PostgreSQL → MySQL + tsconfig.build exclude frontend/

This commit is contained in:
2026-03-17 07:20:14 +01:00
parent 49b8aa1211
commit b506adf034
6 changed files with 128 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
{
"extends": "./tsconfig.json",
"exclude": ["node_modules", "test", "dist", "**/*spec.ts"]
"exclude": ["node_modules", "test", "dist", "**/*spec.ts", "frontend", "archive"]
}