Update tsconfig.json

Signed-off-by: Max Schmitt <max@schmitt.mx>
This commit is contained in:
Max Schmitt 2024-07-10 21:43:48 +02:00 committed by GitHub
parent 7ca22855af
commit a36785a2d1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -35,6 +35,6 @@
"include": ["packages"], "include": ["packages"],
"exclude": [ "exclude": [
"packages/*/lib", "packages/*/lib",
"packages/html-reporter/" "packages/html-reporter/",
] ]
} }