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

Commit 3139ed2

Browse files
committed
Revert "fix(build): transpile ESM bundle to ES5 syntax"
This reverts commit c04f3e8.
1 parent c04f3e8 commit 3139ed2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

tsconfig.cjs.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"extends": "./tsconfig.json",
33
"compilerOptions": {
44
"module": "CommonJS",
5+
"target": "es5",
56
"outDir": "./dist/cjs"
67
}
78
}

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"compilerOptions": {
3-
"target": "ES5",
3+
"target": "ES2017",
44
"module": "ES2020",
55
"declaration": true,
66
"strict": true,

0 commit comments

Comments
 (0)