Skip to content

Commit 42b113b

Browse files
author
Roy Razon
authored
feat: add node.options to pjson typings (#919)
see oclif/oclif#1238
1 parent b9f5fb5 commit 42b113b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/interfaces/pjson.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ export namespace PJSON {
6868
node: {
6969
targets?: string[]
7070
version?: string
71+
options?: string | string[]
7172
}
7273
s3: S3
7374
}

0 commit comments

Comments
 (0)