Skip to content

Commit

Permalink
test(typescript): update flags
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy1339 authored Sep 27, 2024
1 parent f91bf6d commit 8ef1f35
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 @@ -64,7 +64,7 @@
"start-fixtures-server": "octokit-fixtures-server",
"pretest": "npm run -s lint",
"test": "vitest run --coverage",
"test:typescript": "npx tsc --noEmit --declaration --allowImportingTsExtensions --moduleResolution node16 --module node16 --noUnusedLocals test/typescript-validate.ts"
"test:typescript": "npx tsc --noEmit --declaration --allowImportingTsExtensions --moduleResolution node16 --module node16 --noUnusedLocals --exactOptionalPropertyTypes --strict test/typescript-validate.ts"
},
"license": "MIT",
"release": {
Expand Down

0 comments on commit 8ef1f35

Please sign in to comment.