Skip to content

Commit

Permalink
build(types): add --exactOptionalPropertyTypes option
Browse files Browse the repository at this point in the history
  • Loading branch information
oscard0m committed Sep 24, 2024
1 parent b3ce19b commit 698fd39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"lint:fix": "prettier --write '{src,test,scripts}/**/*.{ts,md}' README.md *.json",
"pretest": "npm run -s lint",
"test": "NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" npx jest --coverage",
"test:typescript": "npx tsc --noEmit --declaration --noUnusedLocals --esModuleInterop --strict --target es2022 --module node16 --moduleResolution node16 test/typescript-validate.ts"
"test:typescript": "npx tsc --noEmit --declaration --noUnusedLocals --esModuleInterop --strict --target es2022 --module node16 --moduleResolution node16 --exactOptionalPropertyTypes test/typescript-validate.ts"
},
"repository": "github:octokit/auth-app.js",
"keywords": [
Expand Down Expand Up @@ -99,4 +99,4 @@
"engines": {
"node": ">= 18"
}
}
}

0 comments on commit 698fd39

Please sign in to comment.