In a TypeScript project with version 5.4.5, this error is prompted, causing the entire project to fail to compile successfully.
It seems to be this submission of #35 that caused it.
> vue-tsc -b && vite build --mode feature
../../node_modules/.pnpm/@[email protected][email protected][email protected][email protected]_/node_modules/@vue/tsconfig/tsconfig.json:62:5 - error TS5023: Unknown compiler option 'libReplacement'.
62 "libReplacement": false,
~~~~~~~~~~~~~~~~
Found 1 error.