Upgrading Typescript target from ES2015 to ES2017.

This commit is contained in:
David Négrier 2021-05-12 11:45:01 +02:00
parent 664a5b6b91
commit 06058cfc24
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
"sourceMap": true,
"moduleResolution": "node",
"module": "CommonJS",
"target": "ES2015",
"target": "ES2017",
"declaration": false,
"downlevelIteration": true,
"jsx": "react",