From d7a97da912ef10b463eeaf62dc6c9be3359d1d4b Mon Sep 17 00:00:00 2001 From: David Sally Date: Thu, 7 Dec 2023 22:06:12 -0800 Subject: [PATCH] fix lint --- next-env.d.ts | 1 - pages/index.tsx | 4 +++- tsconfig.json | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/next-env.d.ts b/next-env.d.ts index 9bc3dd46..4f11a03d 100644 --- a/next-env.d.ts +++ b/next-env.d.ts @@ -1,5 +1,4 @@ /// -/// /// // NOTE: This file should not be edited diff --git a/pages/index.tsx b/pages/index.tsx index 44c98762..a68e1522 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -25,7 +25,9 @@ const Home = () => ( /> - + ) diff --git a/tsconfig.json b/tsconfig.json index 5e1d53ee..134d33e5 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -19,7 +19,8 @@ "isolatedModules": true, "noEmit": true, "jsx": "preserve", - "noFallthroughCasesInSwitch": true + "noFallthroughCasesInSwitch": true, + "incremental": true }, "include": [ "src"