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
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"]
}