Skip to content
This repository has been archived by the owner on Jan 28, 2021. It is now read-only.

Commit

Permalink
The TypeScript compiler will from now on not implicitly assume a non-…
Browse files Browse the repository at this point in the history
…specified type to be "any". This should increase the type safety.
  • Loading branch information
IanStorm committed Jan 5, 2018
1 parent 6e4cc6a commit e0bec65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"devDependencies": {
"@types/express": "^4.11.0",
"@types/node": "^8.5.2",
"@types/url-join": "^0.8.2",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-sequence": "^1.0.0",
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"experimentalDecorators": true,
"module": "commonjs",
"moduleResolution": "node",
"noImplicitAny": true,
"outDir": "dist",
"removeComments": true,
"strictNullChecks": true,
Expand Down

0 comments on commit e0bec65

Please sign in to comment.