ts-patch
ts-patch copied to clipboard
Cannot read properties of undefined (reading 'fileExists')
I'm using "@rollup/plugin-typescript": "^12.1.2" and "ts-patch": "^3.3.0"
Getting this error:
[!] TypeError: Cannot read properties of undefined (reading 'fileExists')
TypeError: Cannot read properties of undefined (reading 'fileExists')
at getTsConfigPath (C:\Users\asunc\Documents\projects\pickaxe\v2-pickaxe-react\node_modules\.pnpm\@[email protected][email protected][email protected][email protected]\node_modules\@rollup\plugin-typescript\dist\cjs\index.js:267:17)
Usage:
typescript({
typescript: tsPatch,
tsconfig: "./tsconfig.build.json",
})