Skip to content
This repository has been archived by the owner on Dec 31, 2020. It is now read-only.

Commit

Permalink
Upgrade TypeScript to version 2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tkrotoff committed Jan 11, 2017
1 parent 7a47420 commit 138d8bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -49,7 +49,7 @@
"tap-spec": "^4.1.1",
"tape": "^4.2.2",
"tape-run": "2.1.0",
"typescript": "^1.8.10",
"typescript": "^2.1.4",
"webpack": "^1.13.1"
},
"dependencies": {
Expand Down
4 changes: 3 additions & 1 deletion test/ts/tsconfig.json
Expand Up @@ -3,13 +3,15 @@
"compilerOptions": {
"target": "es5",
"noImplicitAny": true,
"noImplicitThis": false,
"strictNullChecks": true,
"experimentalDecorators": true,
"jsx": "react",
"noEmit": true,
"rootDir": "../../",
"module": "commonjs"
},
"exclude": [

]
}

0 comments on commit 138d8bb

Please sign in to comment.