Skip to content

Commit

Permalink
chore: make ts checks stricter
Browse files Browse the repository at this point in the history
Signed-off-by: Andres Correa Casablanca <[email protected]>
  • Loading branch information
castarco committed Sep 11, 2024
1 parent c791514 commit 2885e51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion @kindspells/astro-shield/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kindspells/astro-shield",
"version": "1.3.6",
"version": "1.3.7",
"description": "Astro integration to enhance your website's security with SubResource Integrity hashes, Content-Security-Policy headers, and other techniques.",
"private": false,
"type": "module",
Expand Down
2 changes: 2 additions & 0 deletions @kindspells/astro-shield/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
"noUncheckedIndexedAccess": true,
"noImplicitOverride": true,
"noPropertyAccessFromIndexSignature": false,
"noUncheckedSideEffectImports": true,
"strictBuiltinIteratorReturn": true,

"skipLibCheck": true
},
Expand Down

0 comments on commit 2885e51

Please sign in to comment.