Skip to content

Commit

Permalink
feat: esm to target es2020 (iOS 14.5+)
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillgroshkov committed May 13, 2024
1 parent d78b5a2 commit b4c2ef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.esm.prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"compilerOptions": {
"sourceMap": false,
"skipLibCheck": true, // because of the error in @types/markdown-it
"target": "es2017", // targets es2017+ browsers: https://caniuse.com/sr_es11
"target": "es2020", // targets es2020+ browsers: https://caniuse.com/sr_es11
},
"exclude": ["**/__exclude", "src/test", "src/**/*.test.*"],
}

0 comments on commit b4c2ef6

Please sign in to comment.