How can I build nuxt regardless of typescript errors?

The build failed due to type checking but I would like to avoid put ts-ignore everywhere and build the project anyway. Is there a config to do this?
1 Reply
Filip Rakowski
Setting strict to false at tsconfig should do the trick!

Did you find this page helpful?