We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3cb6bf commit 03b02edCopy full SHA for 03b02ed
.gitignore
@@ -22,3 +22,4 @@ dist-ssr
22
*.njsproj
23
*.sln
24
*.sw?
25
+.vite
tsconfig.json
@@ -18,7 +18,7 @@
18
/* Linting */
19
"strict": true,
20
"noUnusedLocals": true,
21
- "noUnusedParameters": true,
+ "noUnusedParameters": false,
"noFallthroughCasesInSwitch": true,
"paths": {
"src/*": ["./src/*"]
0 commit comments