Skip to content

Commit b4c2ef6

Browse files
feat: esm to target es2020 (iOS 14.5+)
1 parent d78b5a2 commit b4c2ef6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.esm.prod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"compilerOptions": {
44
"sourceMap": false,
55
"skipLibCheck": true, // because of the error in @types/markdown-it
6-
"target": "es2017", // targets es2017+ browsers: https://caniuse.com/sr_es11
6+
"target": "es2020", // targets es2020+ browsers: https://caniuse.com/sr_es11
77
},
88
"exclude": ["**/__exclude", "src/test", "src/**/*.test.*"],
99
}

0 commit comments

Comments
 (0)