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
Since we use TypeScript in the majority of our SPA projects (React, EmberJs), we could use it in this boilerplate to ensure that all JavaScript we write is typechecked. Everything in the assets folder is managed by the webpack config, it should be easy to add TypeScript in the existing setup.
The text was updated successfully, but these errors were encountered:
Since we use TypeScript in the majority of our SPA projects (React, EmberJs), we could use it in this boilerplate to ensure that all JavaScript we write is typechecked. Everything in the
assets
folder is managed by the webpack config, it should be easy to add TypeScript in the existing setup.The text was updated successfully, but these errors were encountered: