We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7201783 commit 7dfcf93Copy full SHA for 7dfcf93
tsconfig.esm.json
@@ -1,7 +1,7 @@
1
{
2
"extends": "./tsconfig",
3
"compilerOptions": {
4
- "target": "ESNext",
+ "target": "ES2017",
5
"module": "ESNext",
6
"outDir": "lib/esm"
7
}
0 commit comments