Skip to content

Commit

Permalink
Fixing typescript issue #2 - tsc compiles now
Browse files Browse the repository at this point in the history
  • Loading branch information
terriann committed Jun 21, 2017
1 parent 143e2ba commit ea60686
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"homepage": "",
"devDependencies": {
"@types/node": "^7.0.12",
"@types/node": "^8.0.1",
"@types/requirejs": "^2.1.29",
"mocha": "^3.2.0",
"tslint": "^5.4.1",
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"strictNullChecks": true,
"strict": true,
"sourceMap": false,
"outDir": "lib"
"outDir": "lib",
"types": ["node"]
}
}

0 comments on commit ea60686

Please sign in to comment.