Move packages that are not used in built projects to `devDependencies`. For example, there are `@types/...` packages in `dependencies`, and they're only used for checking types while compiling.
Move packages that are not used in built projects to
devDependencies.For example, there are
@types/...packages independencies, and they're only used for checking types while compiling.