Fix tests path in build config

This commit is contained in:
Romain Thouvenin
2024-05-07 17:01:44 +02:00
parent 18486012c6
commit 7fa1ac7fe6

View File

@@ -1,4 +1,4 @@
{
"extends": "./tsconfig.json",
"exclude": ["node_modules", "test", "dist", "**/*spec.ts"]
"exclude": ["node_modules", "tests", "dist", "**/*spec.ts"]
}