xiCO2k / laravel-vue-i18n

Allows to connect your `Laravel` Framework translation files with `Vue`.
MIT License
594 stars 49 forks source link

fix: Vite plugin typings #121

Closed daniser closed 1 year ago

daniser commented 1 year ago

TypeScript throws an error when I try to use Vite config file in TS format:

image

This PR add correct typings to the Vite plugin.

xiCO2k commented 1 year ago

Thanks.