Skip to content

Commit

Permalink
chore: go back up to es6 because es5 was giving issues
Browse files Browse the repository at this point in the history
  • Loading branch information
acao committed Apr 19, 2021
1 parent fe01104 commit e188a46
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion resources/tsconfig.base.cjs.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"compilerOptions": {
"composite": true,
"target": "es5",
"target": "es6",
"module": "commonjs",
"moduleResolution": "node",
"esModuleInterop": true,
"resolveJsonModule": true,
"sourceMap": true,
"declaration": true,
"declarationMap": true,
"downlevelIteration": true,
"removeComments": true,
"strict": true,
"jsx": "react",
Expand Down

0 comments on commit e188a46

Please sign in to comment.