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

7
tsconfig.eslint.json Normal file
View file

@ -0,0 +1,7 @@
{
"compilerOptions": {
"noEmit": true
},
"extends": "./tsconfig.json",
"include": ["src", "tests", "eslint.config.ts", "package.json"]
}