Skip to content

Commit 29a0941

Browse files
committed
chore: publish with an ES2017 target
1 parent 3754301 commit 29a0941

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"files": ["src/index.ts"],
33
"compilerOptions": {
44
"allowSyntheticDefaultImports": true,
5-
"target": "ES2022",
5+
"target": "ES2017",
66
"module": "ES2022",
77
"strict": true,
88
"removeComments": true,

0 commit comments

Comments
 (0)