Revert "tsconfig: exclude test files"

This reverts commit ee14509228.
This commit is contained in:
Peter Fajdiga
2024-04-27 11:47:16 +02:00
parent 0aca6e1146
commit 79f4aaeef8

View File

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