Add scripts property to manifest so that index access is valid

#76442
This commit is contained in:
Matt Bierner 2019-07-02 14:29:32 -07:00
parent 45ccecfcee
commit 94f0c3a0ea

View file

@ -140,6 +140,7 @@ export interface IExtensionManifest {
readonly bugs?: { url: string; };
readonly enableProposedApi?: boolean;
readonly api?: string;
readonly scripts?: { [key: string]: string; };
}
export const enum ExtensionType {