Fix tests path in build config

This commit is contained in:
Romain Thouvenin 2024-04-26 10:57:45 +02:00
parent 8c7512b6c3
commit b17fc32a12
1 changed files with 1 additions and 1 deletions

View File

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