Switch to ESLint projectService

This commit is contained in:
Nick Alteen
2025-10-31 11:19:46 -04:00
parent 6be9c6004a
commit e4ae667f95
6 changed files with 31 additions and 67 deletions

View File

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