Skip to content

Commit

Permalink
Merge pull request #39 from nbeach/typescript-update
Browse files Browse the repository at this point in the history
Updated typescript and enabled more rigorous compiler checks
  • Loading branch information
nbeach committed Jul 9, 2018
2 parents d04d26e + ad0493d commit 1485969
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"ts-node": "^5.0.1",
"tslint": "^5.9.1",
"tslint-no-unused-expression-chai": "^0.1.3",
"typescript": "^2.8.1",
"typescript": "^2.9.2",
"webpack": "^4.11.1",
"zone.js": "^0.8.17"
},
Expand Down
4 changes: 1 addition & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@
"emitDecoratorMetadata": true,
"importHelpers": true,
"noEmitHelpers": true,
"noImplicitThis": true,
"strict": true,
"noImplicitReturns": true,
"noImplicitAny": true,
"strictNullChecks": true,
"suppressImplicitAnyIndexErrors": true,
"lib": ["es6", "dom"],
"types": ["node", "mocha", "chai-dom", "sinon-chai", "webpack-env"],
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5031,9 +5031,9 @@ typedarray@^0.0.6:
version "0.0.6"
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"

typescript@^2.8.1:
version "2.8.1"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.8.1.tgz#6160e4f8f195d5ba81d4876f9c0cc1fbc0820624"
typescript@^2.9.2:
version "2.9.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.9.2.tgz#1cbf61d05d6b96269244eb6a3bce4bd914e0f00c"

uglify-es@^3.3.4:
version "3.3.9"
Expand Down

0 comments on commit 1485969

Please sign in to comment.