We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e9dbd7 commit 13f01d3Copy full SHA for 13f01d3
tsconfig-esm.json
@@ -3,6 +3,8 @@
3
"compilerOptions": {
4
"declaration": false,
5
"module": "esnext",
6
+ "target": "esnext",
7
+ "lib": ["esnext"],
8
"outDir": "dist-esm"
9
}
10
0 commit comments