Skip to content
This repository has been archived by the owner on Mar 31, 2021. It is now read-only.

Commit

Permalink
fix(build): transpile ESM bundle to ES5 syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
connor-baer committed Jul 16, 2020
1 parent 38e3d98 commit c04f3e8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion tsconfig.cjs.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"extends": "./tsconfig.json",
"compilerOptions": {
"module": "CommonJS",
"target": "es5",
"outDir": "./dist/cjs"
}
}
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "ES2017",
"target": "ES5",
"module": "ES2020",
"declaration": true,
"strict": true,
Expand Down

0 comments on commit c04f3e8

Please sign in to comment.