From 6198bf0e49cd6a727c8e73c1ecf319936df33ff8 Mon Sep 17 00:00:00 2001 From: "caiwendi88@gmail.com" Date: Tue, 18 Apr 2023 13:35:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 4 +++- tsconfig.json | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 40de7d86c95..feae6b1f3e6 100644 --- a/.gitignore +++ b/.gitignore @@ -41,4 +41,6 @@ public/prompts.json .vscode .idea -pnpm-lock.yaml \ No newline at end of file +pnpm-lock.yaml +# Local Netlify folder +.netlify diff --git a/tsconfig.json b/tsconfig.json index 6ca1ef120f0..c73eef3e876 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "target": "esnext", + "target": "ES2015", "lib": ["dom", "dom.iterable", "esnext"], "allowJs": true, "skipLibCheck": true,