Skip to content

Commit

Permalink
Update to TypeScript 2.4 (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsonk authored Jul 27, 2017
1 parent 691b2ba commit a2de16a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@
"pkg-dir": "^1.0.0",
"remap-istanbul": "^0.9.5",
"sinon": "^1.17.5",
"typescript": "~2.2.1"
"typescript": "~2.4.1"
}
}
6 changes: 2 additions & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,11 @@
"declaration": false,
"module": "umd",
"moduleResolution": "node",
"noImplicitAny": true,
"noImplicitThis": true,
"outDir": "_build/",
"removeComments": false,
"sourceMap": true,
"strictNullChecks": true,
"target": "es6",
"strict": true,
"target": "es2016",
"types": [ "intern" ]
},
"include": [
Expand Down

0 comments on commit a2de16a

Please sign in to comment.