From 2ab8b30394341e20f45fcd5e75a9228d74daecd9 Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Wed, 1 May 2024 00:02:03 -0600 Subject: [PATCH] chore: exclude migration and setup files --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] }