Skip to content

Commit

Permalink
fix(tsconfig): downgrade compiler target to es5 (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
2nthony authored Sep 5, 2022
1 parent 62e883d commit fab4eab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"compilerOptions": {
/* Basic Options */
"target": "ESNext" /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019' or 'ESNEXT'. */,
"target": "ES5" /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019' or 'ESNEXT'. */,
"module": "commonjs" /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */,
"lib": [
"dom",
Expand Down

1 comment on commit fab4eab

@vercel
Copy link

@vercel vercel bot commented on fab4eab Sep 5, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

vercel-toast – ./

vercel-toast-git-master-2nthony.vercel.app
vercel-toast.vercel.app
vercel-toast-2nthony.vercel.app

Please sign in to comment.