UNPKG

jspurefix

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