From 3c0badc664d39dce80d9f50266b550bbfb1f7634 Mon Sep 17 00:00:00 2001 From: Matt Kirby <MattJKirby@outlook.com> Date: Sun, 16 Apr 2023 21:02:10 +0100 Subject: [PATCH] es2022 target --- daily-thought-frontend/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daily-thought-frontend/tsconfig.json b/daily-thought-frontend/tsconfig.json index 61c19abd..4b88846f 100644 --- a/daily-thought-frontend/tsconfig.json +++ b/daily-thought-frontend/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "target": "es5", + "target": "es2022", "lib": ["dom", "dom.iterable", "esnext"], "allowJs": true, "skipLibCheck": true, -- GitLab