Upgrade target to es2021
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
26ac7462fd
commit
1bb780348a
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
"esModuleInterop": true,
|
||||
"module": "es2022",
|
||||
"moduleResolution": "node",
|
||||
"target": "es2018",
|
||||
"target": "es2021",
|
||||
"noUnusedLocals": true,
|
||||
"sourceMap": false,
|
||||
"outDir": "./lib",
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"jsx": "preserve",
|
||||
"declaration": false,
|
||||
"outDir": "./lib/module_system",
|
||||
"lib": ["es2020"],
|
||||
"lib": ["es2022"],
|
||||
"types": ["node"]
|
||||
},
|
||||
"include": ["./module_system/**/*.ts"]
|
||||
|
|
Loading…
Add table
Reference in a new issue