Skip to content

Commit

Permalink
Merge pull request #78 from angular-class/jimthedev-patch-1
Browse files Browse the repository at this point in the history
Update tsconfig.json for Typescript 1.6
  • Loading branch information
PatrickJS committed Sep 21, 2015
2 parents 6db5e56 + 36d11d1 commit ed98f2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.5.0",
"version": "1.6.0",
"compilerOptions": {
"target": "es5",
"module": "commonjs",
Expand All @@ -14,7 +14,7 @@
"outDir": "dist"
},
"files": [
"node_modules/typescript/bin/lib.dom.d.ts",
"node_modules/typescript/lib/lib.dom.d.ts",
"src/typings/_custom.d.ts",
"src/app/components/app.ts",
"src/app/bootstrap.ts"
Expand Down

0 comments on commit ed98f2a

Please sign in to comment.