Chris Wheeldon

Results 4 comments of Chris Wheeldon

Before I found that this issue had already been created I was creating a reproducible example for it here: https://github.com/chriswheeldon-peakon/vitest-workspace-cwd. Just in case that's useful for anyone. My two cents...

@vekexasia ```patch diff --git a/src/legacy/compiler/ts-compiler.ts b/src/legacy/compiler/ts-compiler.ts index 5ef5f3df8..1b65722b0 100644 --- a/src/legacy/compiler/ts-compiler.ts +++ b/src/legacy/compiler/ts-compiler.ts @@ -402,6 +402,8 @@ export class TsCompiler implements TsCompilerInstance { this._moduleResolutionHost!, // eslint-disable-next-line @typescript-eslint/no-non-null-assertion this._moduleResolutionCache!, + undefined,...

I managed to work around this (without modifying the ts-jest source) by using a local declaration file that forces resolution to the `d.mts` export from helmet: ```typescript /// declare module...

@sheremet-va can confirm the extension now loads in that repository! Thanks 🤩