Skip to content

Commit

Permalink
chore(tsconfig): add target of es2015, systemjs to types
Browse files Browse the repository at this point in the history
  • Loading branch information
danbucholtz committed Mar 2, 2017
1 parent fdd50ba commit 7281f02
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"noImplicitAny": true,
"removeComments": false,
"sourceMap": true,
"target": "es5",
"types": ["jasmine"]
"target": "es2015",
"types": ["jasmine", "systemjs"]
},
"include": [
"./src/**/*.ts",
"./demos/src/**/*.ts"
"src/**/*.ts",
"demos/src/**/*.ts"
],
"compileOnSave": false,
"buildOnSave": false,
Expand Down

0 comments on commit 7281f02

Please sign in to comment.