Skip to content
This repository has been archived by the owner on Oct 16, 2023. It is now read-only.

Commit

Permalink
Fix typescript target version
Browse files Browse the repository at this point in the history
  • Loading branch information
l50741 committed Mar 30, 2017
1 parent c03de67 commit 7f8e8a6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions schema-builder/schema-builder-ui/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"lib": [
"es2016"
]
"es6"
],
"target": "es6"
}
}

0 comments on commit 7f8e8a6

Please sign in to comment.