Switch to ESLint projectService

See e4ae667f95 (diff-9601a8f6c734c2001be34a2361f76946d19a39a709b5e8c624a2a5a0aade05f2)
This commit is contained in:
Fabio Niephaus
2025-11-03 10:58:22 +01:00
committed by Fabio Niephaus
parent dc8a7ea391
commit cfa19cdd20
5 changed files with 31 additions and 52 deletions

View File

@@ -20,7 +20,7 @@ export default {
'^.+\\.ts$': [
'ts-jest',
{
tsconfig: 'tsconfig.eslint.json',
tsconfig: 'tsconfig.json',
useESM: true
}
]