From 9fcae7d9b287eda113363780094257614e06242d Mon Sep 17 00:00:00 2001 From: Kisaragi <48310258+KisaragiEffective@users.noreply.github.com> Date: Sat, 13 Jul 2024 16:59:08 +0900 Subject: [PATCH] refactor(sw): enable noImplicitAny (#14191) --- packages/sw/tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/sw/tsconfig.json b/packages/sw/tsconfig.json index f3f3543013..50d4aae19d 100644 --- a/packages/sw/tsconfig.json +++ b/packages/sw/tsconfig.json @@ -2,7 +2,6 @@ "compilerOptions": { "allowJs": true, "noEmitOnError": false, - "noImplicitAny": false, "noImplicitReturns": true, "noUnusedParameters": false, "noUnusedLocals": true,