Skip to content

Commit

Permalink
test(types): enable 'strict' option
Browse files Browse the repository at this point in the history
  • Loading branch information
oscard0m committed Sep 24, 2024
1 parent d4aef7f commit 1732825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"lint:fix": "prettier --write '{src,test}/**/*.{ts,md}' README.md package.json",
"pretest": "npm run -s lint",
"test": "vitest --coverage",
"test:typescript": "npx tsc --noEmit --declaration --noUnusedLocals --module node16 --moduleResolution node16 --allowImportingTsExtensions --exactOptionalPropertyTypes --strictNullChecks test/typescript-validate.ts"
"test:typescript": "npx tsc --noEmit --declaration --noUnusedLocals --module node16 --moduleResolution node16 --allowImportingTsExtensions --exactOptionalPropertyTypes --strict test/typescript-validate.ts"
},
"repository": "github:octokit/core.js",
"keywords": [
Expand Down

0 comments on commit 1732825

Please sign in to comment.