Closed dominikg closed 1 year ago
see https://github.com/vitejs/vite/pull/14234#issuecomment-1704676336
follow esbuilds lead and ignore tsconfig.json in node_modules when finding config files.
Add option {scanNodeModules: true} to search inside node_modules as well.
{scanNodeModules: true}
Note that the test for findNative currently fails because it does not skip node_modules.
see https://github.com/vitejs/vite/pull/14234#issuecomment-1704676336
follow esbuilds lead and ignore tsconfig.json in node_modules when finding config files.
Add option
{scanNodeModules: true}
to search inside node_modules as well.