Skip to content

Commit 13f01d3

Browse files
committed
Generate modern output for dist-esm
1 parent 6e9dbd7 commit 13f01d3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tsconfig-esm.json

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

0 commit comments

Comments
 (0)