update to typescript 2.0.3, remove typings and replace with npm @types packages

This commit is contained in:
Michael Jewell 2016-09-22 14:10:22 -07:00
parent 5e0b9a8686
commit 82f24af318
3 changed files with 3 additions and 2321 deletions

View file

@ -23,8 +23,10 @@
},
"homepage": "http://mobxjs.github.com/mobx",
"devDependencies": {
"@types/react": "^0.14.36",
"@types/react-dom": "^0.14.17",
"ts-loader": "^0.8.1",
"typescript": "^1.8.2",
"typescript": "^2.0.3",
"webpack": "^1.9.6",
"webpack-dev-server": "^1.8.2"
},