You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TypeScript, when used only to build the package, should be specified as a devDependency. The package should be built before being published to npm, which makes TypeScript unnecessary when installing this package as a dependency for projects that are written in pure JavaScript.
TypeScript, when used only to build the package, should be specified as a
devDependency
. The package should be built before being published to npm, which makes TypeScript unnecessary when installing this package as a dependency for projects that are written in pure JavaScript.This is supported by the TypeScript download page suggesting the use of
--save-dev
: https://www.typescriptlang.org/id/downloadThe text was updated successfully, but these errors were encountered: