Skip to content

Commit

Permalink
feat: add node.options to pjson typings (#919)
Browse files Browse the repository at this point in the history
  • Loading branch information
Roy Razon committed Jan 9, 2024
1 parent b9f5fb5 commit 42b113b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/interfaces/pjson.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ export namespace PJSON {
node: {
targets?: string[]
version?: string
options?: string | string[]
}
s3: S3
}
Expand Down

0 comments on commit 42b113b

Please sign in to comment.