Skip to content

Commit

Permalink
Update to TypeScript 2.4 (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsonk authored Jul 27, 2017
1 parent fe2bcd2 commit bc0b94e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@
"remap-istanbul": "^0.6.4",
"sinon": "^1.17.5",
"sinon-as-promised": "^4.0.2",
"typescript": "~2.3.2"
"typescript": "~2.4.1"
}
}
9 changes: 3 additions & 6 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
{
"version": "2.1.5",
"compilerOptions": {
"declaration": false,
"module": "umd",
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"moduleResolution": "node",
"outDir": "_build/",
"removeComments": false,
"sourceMap": true,
"target": "es6",
"moduleResolution": "node"
"strict": true,
"target": "es2016"
},
"include": [
"./typings/index.d.ts",
Expand Down

0 comments on commit bc0b94e

Please sign in to comment.