Update typescript target to es2021

Change-type: patch
This commit is contained in:
Pagan Gazzard 2022-09-20 20:22:48 +01:00 committed by Page-
parent 47dca8604b
commit e8baa63fdd

View File

@ -1,7 +1,7 @@
{
"compilerOptions": {
"baseUrl": "./",
"target": "ES2019",
"target": "ES2021",
"module": "commonjs",
"strict": true,
"strictFunctionTypes": false,
@ -10,7 +10,6 @@
"inlineSourceMap": true,
"outDir": "./build/",
"skipLibCheck": true,
"lib": ["es2019"],
"resolveJsonModule": true,
"allowJs": true,
"paths": {