Skip to content

Commit 76a5913

Browse files
authored
fix: not overriding noUnusedParameters of compiler options (#408)
1 parent e710685 commit 76a5913

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/plugin.ts

-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ const fixedCompilerOptions: ts.CompilerOptions = {
5454
noEmit: false,
5555
declaration: true,
5656
emitDeclarationOnly: true,
57-
noUnusedParameters: false,
5857
checkJs: false,
5958
skipLibCheck: true,
6059
preserveSymlinks: false,

0 commit comments

Comments
 (0)