chore: fix typescript-eslint (#439)

This commit is contained in:
Emrik Östling 2025-11-15 20:15:02 +01:00 committed by GitHub
parent 53c1a54df5
commit 0096a6f197
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 20 additions and 4 deletions

View file

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