change target compatibility in tsconfig.json

pull/3/head
maxime.batista 1 year ago
parent ca85cc55c4
commit 594d57fe05

@ -1,6 +1,6 @@
{ {
"compilerOptions": { "compilerOptions": {
"target": "es5", "target": "es2021",
"lib": [ "lib": [
"dom", "dom",
"dom.iterable", "dom.iterable",

Loading…
Cancel
Save