Skip to content

Commit 7dfcf93

Browse files
committed
fix: downgrade target from ESNext to ES2017 for building esm
Signed-off-by: Zixuan Liu <nodeces@gmail.com>
1 parent 7201783 commit 7dfcf93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.esm.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"extends": "./tsconfig",
33
"compilerOptions": {
4-
"target": "ESNext",
4+
"target": "ES2017",
55
"module": "ESNext",
66
"outDir": "lib/esm"
77
}

0 commit comments

Comments
 (0)