diff --git a/tsconfig.json b/tsconfig.json index e766f6a2f..bad94c9c3 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -39,5 +39,5 @@ ".next/types/**/*.ts", "env.js" , "next.config.mjs" ], - "exclude": ["node_modules", "dokploy", "config", "dist","webpack.config.server.js"] + "exclude": ["node_modules", "dokploy", "config", "dist","webpack.config.server.js","migration.ts","setup.ts"] }