Skip to content

Commit

Permalink
feat: transpile down to ES5
Browse files Browse the repository at this point in the history
  • Loading branch information
streamich committed Mar 13, 2019
1 parent e990f0c commit 61382e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "es2018",
"target": "es5",
"module": "commonjs",
"moduleResolution": "node",
"jsx": "react",
Expand Down

0 comments on commit 61382e3

Please sign in to comment.