fix: dist folder being unsupported

This commit is contained in:
mirarifhasan
2024-05-07 13:02:44 +06:00
parent 20b9b94b53
commit 260f526edc

View File

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