Skip to content

Commit

Permalink
fix!: additionalProperties false by default (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
qwelias authored Oct 28, 2023
1 parent 93a8b8c commit 442fabb
Show file tree
Hide file tree
Showing 4 changed files with 101 additions and 46 deletions.
1 change: 1 addition & 0 deletions generator/gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ export default async (params: { files: string[] }) => {
const settings: TJS.PartialArgs = {
required: true,
ref: true,
noExtraProps: true,
aliasRef: false,
skipLibCheck: true,
topRef: true,
Expand Down
Loading

0 comments on commit 442fabb

Please sign in to comment.