Skip to content

Commit

Permalink
introduce typescript typesversions
Browse files Browse the repository at this point in the history
  • Loading branch information
MhMadHamster authored and ichernev committed Apr 23, 2020
1 parent 451b506 commit f9e9fe2
Show file tree
Hide file tree
Showing 6 changed files with 5,211 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,9 @@ module.exports = function (grunt) {
'typescript-test': {
command: 'npm run typescript-test'
},
'ts3.1-typescript-test': {
command: 'npm run ts3.1-typescript-test'
},
'coveralls': {
command: 'npm run coveralls'
}
Expand Down
Loading

0 comments on commit f9e9fe2

Please sign in to comment.