diff --git a/backend/tsconfig.json b/backend/tsconfig.json index a0f08c8..dbd1bbe 100644 --- a/backend/tsconfig.json +++ b/backend/tsconfig.json @@ -12,5 +12,6 @@ "skipLibCheck": true, "moduleResolution": "node16" }, + "include": ["src/**/*.ts", "prisma/**/*.ts"], "exclude": ["node_modules"] }