From 2748bbc4a6aabed1aa46349851cda8f0a22aa3ab Mon Sep 17 00:00:00 2001 From: Patrick Alvin Alcala Date: Fri, 21 Nov 2025 18:58:37 +0800 Subject: [PATCH] Made sure all browsers will render --- tsconfig.app.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tsconfig.app.json b/tsconfig.app.json index d9f1596..fb697dc 100644 --- a/tsconfig.app.json +++ b/tsconfig.app.json @@ -1,10 +1,10 @@ { "compilerOptions": { "tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo", - "target": "ES2022", + "target": "ES2023", "useDefineForClassFields": true, "module": "ESNext", - "lib": ["ES2022", "DOM", "DOM.Iterable"], + "lib": ["ES2023", "DOM", "DOM.Iterable"], "skipLibCheck": true, /* Bundler mode */