test: add tests directory to tsconfig

This commit is contained in:
Jörg Krzeslak
2025-08-11 14:24:28 +02:00
parent c3d461f102
commit 3dccbfc797

View File

@@ -30,5 +30,5 @@
"esModuleInterop": true
// "noImplicitReturns": true
},
"include": ["src", "package.json", "reset.d.ts"]
"include": ["src", "tests", "package.json", "reset.d.ts"]
}