Skip to content

Commit 1051b45

Browse files
committed
fix: build error
1 parent 1cd7d54 commit 1051b45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/playground/tsconfig.app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
/* Linting */
1919
"strict": true,
2020
"noUnusedLocals": true,
21-
"noUnusedParameters": true,
21+
"noUnusedParameters": false,
2222
"noFallthroughCasesInSwitch": true,
2323
"noUncheckedSideEffectImports": true
2424
},

0 commit comments

Comments
 (0)