Skip to content

Commit

Permalink
Use ES5 as the typescript target to support users in older browsers (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
darthtrevino committed May 29, 2018
1 parent 5e94b70 commit 30ede38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.base.json
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "es2015",
"target": "es5",
"module": "commonjs",
"lib": ["esnext", "dom"],
"strict": true,
Expand Down

0 comments on commit 30ede38

Please sign in to comment.