Skip to content
This repository has been archived by the owner on Jul 30, 2018. It is now read-only.

Commit

Permalink
Update to TypeScript 2.4 (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsonk authored Jul 25, 2017
1 parent 9166089 commit 18ed9ae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"test": "grunt test"
},
"devDependencies": {
"@dojo/cli": "beta1",
"@dojo/loader": "beta1",
"@dojo/cli": "next",
"@dojo/loader": "next",
"@types/chalk": "^0.4.31",
"@types/glob": "^5.0.30",
"@types/grunt": "^0.4.21",
Expand All @@ -36,7 +36,7 @@
"mockery": "^1.7.0",
"monaco-editor": "^0.8.3",
"sinon": "^1.17.5",
"typescript": "~2.2.2",
"typescript": "~2.4.1",
"yargs": "^5.0.0"
},
"dependencies": {
Expand Down
8 changes: 3 additions & 5 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,12 @@
"compilerOptions": {
"declaration": false,
"module": "umd",
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"moduleResolution": "node",
"outDir": "_build/",
"removeComments": false,
"sourceMap": true,
"target": "es6",
"moduleResolution": "node",
"strict": true,
"target": "es2016",
"types": [ "intern", "monaco-editor" ]
},
"include": [
Expand Down

0 comments on commit 18ed9ae

Please sign in to comment.