From 76a5913f4a57033706d9b75ff6a4a6495291a531 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20D=C4=9Bdi=C4=8D?= Date: Wed, 26 Feb 2025 10:55:50 +0100 Subject: [PATCH] fix: not overriding noUnusedParameters of compiler options (#408) --- src/plugin.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/plugin.ts b/src/plugin.ts index db642d2..5d927d0 100644 --- a/src/plugin.ts +++ b/src/plugin.ts @@ -54,7 +54,6 @@ const fixedCompilerOptions: ts.CompilerOptions = { noEmit: false, declaration: true, emitDeclarationOnly: true, - noUnusedParameters: false, checkJs: false, skipLibCheck: true, preserveSymlinks: false,