diff --git a/tsconfig.json b/tsconfig.json index cc1449f5f..552e21bc4 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -20,5 +20,5 @@ // If you want to overwrite includes/excludes, make sure to copy over the relevant includes/excludes // from the referenced tsconfig.json - TypeScript does not merge them in "include": ["src/**/*.d.ts", "src/*", "src/**/*.ts", "src/**/*.svelte"], - "exclude": ["node_modules"] + "exclude": [".git", "node_modules"] }