add tests to main tsconfig

This commit is contained in:
Emrik Östling 2025-11-15 11:53:12 +01:00
parent c156dffcda
commit e0111db5f5
3 changed files with 11 additions and 3 deletions

View file

@ -29,6 +29,6 @@
"esModuleInterop": true
// "noImplicitReturns": true
},
"include": ["src", "package.json"],
"include": ["src", "tests", "package.json"],
"exclude": ["dist", "node_modules"]
}