UNPKG

jspurefix

Version:
9 lines (8 loc) 170 B
export interface ICompilerSettings { standard: boolean; spaces: number; comment: boolean; tags: true; output: string; types?: string[]; }