Skip to content

Commit

Permalink
Use es6 in typings test
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyriar committed Sep 4, 2018
1 parent 92341c3 commit 53193d0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions fixtures/typings-test/tsconfig.json
Expand Up @@ -5,6 +5,9 @@
"compilerOptions": {
"module": "commonjs",
"target": "es5",
"lib": [
"es6"
],
"noEmit": true
}
}

0 comments on commit 53193d0

Please sign in to comment.