tsconfig: exclude test files

This commit is contained in:
Peter Fajdiga
2024-04-17 23:02:21 +02:00
parent 1596edc43f
commit ee14509228

View File

@@ -8,5 +8,6 @@
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
}
},
"exclude": ["./**/*.test.ts"]
}