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": { "compilerOptions": {
"module": "CommonJS", "module": "CommonJS",
"esModuleInterop": true, "esModuleInterop": true,
"target": "ES6", "target": "ES2020",
"strict": true, "strict": true,
"lib": [ "lib": [
"es2020", "es2020",