Skip to content

Commit eb520f9

Browse files
build: Exclude scripts directory from TypeScript compilation by adding it to tsconfig.json exclude array.
1 parent 43d775d commit eb520f9

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)