pipe01 / esbuild-plugin-vue3

esbuild plugin for loading Vue 3 SFC files
MIT License
59 stars 13 forks source link

Specific tsconfig path #6

Closed ForkKILLET closed 2 years ago

ForkKILLET commented 2 years ago

I found the plugin reading tsconfig with fs.promises.readFile('tsconfig.json'), so I have to use process.chdir(...) to specify the tsconfig file I want.

It will be nice if the plugin reads the tsconfig file according to the tsconfig option of esbuild.

pipe01 commented 2 years ago

Will be available in next version!