aboutsummaryrefslogtreecommitdiff
path: root/static/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'static/tsconfig.json')
-rw-r--r--static/tsconfig.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/static/tsconfig.json b/static/tsconfig.json
index 0511b9f..8f3e483 100644
--- a/static/tsconfig.json
+++ b/static/tsconfig.json
@@ -1,9 +1,9 @@
{
"compilerOptions": {
- "target": "ES2020",
+ "target": "ES2022",
"useDefineForClassFields": true,
"module": "ESNext",
- "lib": ["ES2020", "DOM", "DOM.Iterable"],
+ "lib": ["ES2022", "DOM", "DOM.Iterable"],
"skipLibCheck": true,
/* Bundler mode */