diff --git a/packages/db/tsconfig.json b/packages/db/tsconfig.json index af2f0b2e52..354326ea58 100644 --- a/packages/db/tsconfig.json +++ b/packages/db/tsconfig.json @@ -15,6 +15,6 @@ "~util/*": ["../../packages/util/*"] } }, - "exclude": ["**/node_modules", "./**/.*/"], + "exclude": ["**/node_modules", "./**/.*/", "backup/snaplet"], "include": ["./**/*.ts", "./**/*.js", "./**/*.mjs", "../../@types/**/*.ts"] }