From 42b113b1d462267150deff7568d2974efba7e0f6 Mon Sep 17 00:00:00 2001 From: Roy Razon Date: Tue, 9 Jan 2024 19:06:10 +0200 Subject: [PATCH] feat: add node.options to pjson typings (#919) see oclif/oclif#1238 --- src/interfaces/pjson.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/interfaces/pjson.ts b/src/interfaces/pjson.ts index 883f7bc4c..1381bd6f9 100644 --- a/src/interfaces/pjson.ts +++ b/src/interfaces/pjson.ts @@ -68,6 +68,7 @@ export namespace PJSON { node: { targets?: string[] version?: string + options?: string | string[] } s3: S3 }