Skip to content

Commit f6fb0ba

Browse files
committed
Update TypeScript to 2.0 beta
1 parent c0a743f commit f6fb0ba

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.vscode/settings.json

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"typescript.tsdk": "node_modules/typescript/lib"
3+
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"gulp-util": "~3.0.7",
6060
"source-map": "~0.5.3",
6161
"through2": "~2.0.1",
62-
"typescript": "1.8.10",
62+
"typescript": "^2.0.0",
6363
"vinyl-fs": "~2.4.3"
6464
},
6565
"devDependencies": {

0 commit comments

Comments
 (0)