CompilerOptions: {
    compilerOptions?: ts.CompilerOptions;
    context?: any;
    transformers?: ts.CustomTransformers;
}

编译选项

Type declaration

  • Optional compilerOptions?: ts.CompilerOptions
  • Optional context?: any

    初始的 contextModuleMap

  • Optional transformers?: ts.CustomTransformers

    ast转换器

Generated using TypeDoc