Skip to content

Commit b819853

Browse files
committed
overriding target in build tsconfig
1 parent 1075410 commit b819853

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/tsconfig.sdk.esm.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"extends": "./tsconfig.base.json",
33
"compilerOptions": {
44
"lib": ["es2020", "dom"],
5-
"target": "esnext",
6-
"module": "esnext",
5+
"target": "es2020",
6+
"module": "es2020",
77
"outDir": "../dist/esm"
88
},
99
"include": ["../src/**/*.ts"]

0 commit comments

Comments
 (0)