Exclude unused

This commit is contained in:
Enrico Ros
2025-07-09 17:30:04 -07:00
parent afcd511893
commit 7a05f0f9ab
+1 -1
View File
@@ -39,5 +39,5 @@
// this is here only because otherwise, during standalone build the process would update this file
"dist/types/**/*.ts"
],
"exclude": ["node_modules", "dist", "electron", "**/*.test.ts", "**/*.test.tsx", "**/*.spec.ts", "**/*.spec.tsx"]
"exclude": ["node_modules", "dist", "electron", "**/*.test.ts", "**/*.test.tsx", "**/*.spec.ts", "**/*.spec.tsx", "**/unused/**"]
}