Target ES2020 for typescript transpiling
This commit is contained in:
parent
bd906ddda6
commit
842efb51c6
@ -2,7 +2,7 @@
|
||||
"compilerOptions": {
|
||||
"module": "CommonJS",
|
||||
"esModuleInterop": true,
|
||||
"target": "ES6",
|
||||
"target": "ES2020",
|
||||
"strict": true,
|
||||
"lib": [
|
||||
"es2020",
|
||||
|
Loading…
Reference in New Issue
Block a user