Skip to content

Commit

Permalink
change compiler options
Browse files Browse the repository at this point in the history
  • Loading branch information
viperML committed Jul 7, 2024
1 parent 71a877d commit 4d83db5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"extends": "astro/tsconfigs/strictest",
"compilerOptions": {
"declaration": true
"declaration": true,
"noUnusedLocals": false,
"noUnusedParameters": false
}
}

0 comments on commit 4d83db5

Please sign in to comment.