Skip to content

Commit 10521cc

Browse files
Merge pull request #275 from guillermoscript/fix-build
build: Exclude `scripts` directory from TypeScript compilation by add…
2 parents 43d775d + eb520f9 commit 10521cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
".next/dev/types/**/*.ts",
3131
"**/*.mts"
3232
],
33-
"exclude": ["node_modules", "supabase/functions", "mcp-server"]
33+
"exclude": ["node_modules", "supabase/functions", "mcp-server", "scripts"]
3434
}

0 commit comments

Comments
 (0)