diff --git a/tsconfig.json b/tsconfig.json index 27e1f9a..d9f44ab 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,7 +5,10 @@ "moduleResolution": "bundler", "target": "es2021", "noEmit": true, - "allowImportingTsExtensions": true + "allowImportingTsExtensions": true, + "paths": { + "vitest-when": ["./src/vitest-when.ts"] + } }, "include": ["vitest.config.ts", "src", "test", "example"] }