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 13f01d3 commit 0dc2854Copy full SHA for 0dc2854
1 file changed
tsconfig-esm.json
@@ -2,9 +2,9 @@
2
"extends": "./tsconfig.json",
3
"compilerOptions": {
4
"declaration": false,
5
- "module": "esnext",
6
- "target": "esnext",
7
- "lib": ["esnext"],
+ "module": "es2020",
+ "target": "es2020",
+ "lib": ["es2020"],
8
"outDir": "dist-esm"
9
}
10
0 commit comments