From 9a5b3c927b8f756ea55bdcc7015b2bafc38403b1 Mon Sep 17 00:00:00 2001 From: 03hoho03 Date: Sun, 5 May 2024 06:14:28 +0900 Subject: [PATCH] =?UTF-8?q?[#7]=20mockServiceWorker=20=ED=8F=AC=ED=95=A8?= 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 6b2f2e6..daa27d2 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -22,6 +22,6 @@ "@/public/*": ["./public/*"] } }, - "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"], + "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts", "public/mockServiceWorker.js"], "exclude": ["node_modules"] }