chore: Fix exclude

This commit is contained in:
Sidharth Vinod
2025-02-14 01:01:48 +05:30
parent ee05d8588f
commit f408e938d4

View File

@@ -103,5 +103,5 @@
// "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */
"skipLibCheck": true /* Skip type checking all .d.ts files. */
},
"exclude": ["node_modules", "dist", "coverage"]
"exclude": ["**/node_modules/*", "**/dist/*", ".git", "coverage"]
}