From 7c1c32c447019139ad9c83766d2ca718ba12ea8f Mon Sep 17 00:00:00 2001 From: RasPhilCo Date: Mon, 7 Dec 2020 12:32:17 -0800 Subject: [PATCH] feat: add typescript attribute to oclif pjson config To explicitly call out a TS project (a backup inference is checked via devDeps) --- src/pjson.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pjson.ts b/src/pjson.ts index e0b8e6a0..f3089241 100644 --- a/src/pjson.ts +++ b/src/pjson.ts @@ -21,6 +21,7 @@ export namespace PJSON { helpClass?: string; aliases?: { [name: string]: string | null }; repositoryPrefix?: string; + typescript?: boolean; update: { s3: S3; autoupdate?: {