From 2707db49bfbc0c281e45a7b9c2cfa44173fcdc9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=9E=E3=83=AB=E3=82=B3=E3=83=A1?= Date: Sat, 20 Apr 2024 10:09:08 +0900 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=EF=B8=8Fconfig:=20update=20esnext=20t?= =?UTF-8?q?arget?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 64c2104..4380edf 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,6 @@ { "compilerOptions": { + "target": "esnext" "lib": ["dom", "dom.iterable", "esnext"], "allowJs": true, "skipLibCheck": true, @@ -20,7 +21,6 @@ "paths": { "@/*": ["./*"] }, - "target": "ES2017" }, "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"], "exclude": ["node_modules"]