Skip to content

Commit

Permalink
Add target:es6 to tsconfig.json to fix failing tsc tests (#670)
Browse files Browse the repository at this point in the history
  • Loading branch information
Swizz authored and jorgebucaran committed Mar 31, 2018
1 parent ac38e01 commit 8cb82fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/ts/tsconfig.json
Expand Up @@ -7,7 +7,8 @@
"baseUrl": "../..",
"paths": {
"hyperapp": ["src", "hyperapp.d.ts"]
}
},
"target": "es6"
},
"include": ["*.ts", "*.tsx", "**/*.ts", "**/*.tsx"]
}

0 comments on commit 8cb82fa

Please sign in to comment.