chore: fix tseslint config

This commit is contained in:
C4illin 2025-08-08 01:02:20 +02:00
parent 219e6a29e4
commit 15b03d7561
2 changed files with 14 additions and 7 deletions

View file

@ -30,5 +30,5 @@
"esModuleInterop": true
// "noImplicitReturns": true
},
"include": ["src", "package.json"]
"include": ["src", "package.json", "reset.d.ts"]
}