Skip to content

Commit fb28b1d

Browse files
committed
Use es2018 in the esm output
1 parent 40cfb57 commit fb28b1d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tsconfig-esm.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
"compilerOptions": {
44
"declaration": false,
55
"module": "esnext",
6+
"target": "es2018",
7+
"lib": ["es2018"],
68
"outDir": "dist-esm"
79
}
810
}

0 commit comments

Comments
 (0)