We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 582ec5f + cd6b72a commit eca4047Copy full SHA for eca4047
tsconfig.json
@@ -20,5 +20,5 @@
20
// If you want to overwrite includes/excludes, make sure to copy over the relevant includes/excludes
21
// from the referenced tsconfig.json - TypeScript does not merge them in
22
"include": ["src/**/*.d.ts", "src/*", "src/**/*.ts", "src/**/*.svelte"],
23
- "exclude": ["node_modules"]
+ "exclude": [".git", "node_modules"]
24
}
0 commit comments