jepiqueau / blog-tutorials-apps

Tutorials App for blog https://jepiqueau.github.io/
MIT License
9 stars 7 forks source link

fixes npm run build #1

Open ocarneiro opened 1 year ago

ocarneiro commented 1 year ago

Typescript needs this file in order to recognize modules in ".vue" files.

Without this, I was not able to run "npm run build".

More on this here: https://stackoverflow.com/questions/54622621/what-does-the-shims-tsx-d-ts-file-do-in-a-vue-typescript-project/59788563#59788563

jepiqueau commented 1 year ago

@ocarneiro i am running on Mac OS and with node version v18.17.1 and i do not need it so can you tell me which OS and which Node version you are working with.

ocarneiro commented 1 year ago

I'm using Windows 11 and node 18.17.1 as well.

jepiqueau commented 1 year ago

@ocarneiro ok i will check on Windows