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?: {