export interface CompilerOptions { strict: boolean; noUnusedParameters: boolean; noUnusedLocals: boolean; noImplicitAny: boolean; }