chore: fix typescript-eslint

This commit is contained in:
Emrik Östling 2025-11-14 19:27:30 +01:00
parent 91aa2c144d
commit 5b0e1ca0c3
3 changed files with 12 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/**/*.ts", "eslint.config.ts", "package.json"]
}