Target ES2020 for typescript transpiling

This commit is contained in:
Alice Gaudon 2020-05-26 09:39:02 +02:00
parent bd906ddda6
commit 842efb51c6
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
"compilerOptions": {
"module": "CommonJS",
"esModuleInterop": true,
"target": "ES6",
"target": "ES2020",
"strict": true,
"lib": [
"es2020",