We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40cfb57 commit fb28b1dCopy full SHA for fb28b1d
tsconfig-esm.json
@@ -3,6 +3,8 @@
3
"compilerOptions": {
4
"declaration": false,
5
"module": "esnext",
6
+ "target": "es2018",
7
+ "lib": ["es2018"],
8
"outDir": "dist-esm"
9
}
10
0 commit comments