Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This moves the entire project over to using TypeScript exclusively. Git will currently ignore any JavaScript files. On
npm run build
, all TypeScript files will be converted into JavaScript and can be deployed to NPM.I've also added the
package-lock.json
file to the source repo.The only other real difference here, this has Peer Dependencies on Tslint 5+ & and Webpack 2+, it does not support Tslint 4.X and Webpack 1.X. They're deprecated versions and this is probably a big enough change to cut them off.
Pending any comments, I'll gladly make the changes to the README if suggested.