Why Vite Cli adds type:module to package.json?

Viewed 23

type: module in package.json makes a lot of incompatibility in my project. My question is can I remove type: module without any side effects? I use typescript in my project.

0 Answers
Related