Import types from @typecsript-eslint/types instead of @typescript-eslint/typescript-estree
@typescript-eslint/typescript-estree is extremely slow to import because it actually import typescript itself - instead of importing it only when parsing.
Edited by Eric MORAND