UNPKG

ng-packagr

Version:

Compile and package a TypeScript library to Angular Package Format

4 lines (3 loc) 304 B
import * as ts from 'typescript'; import { NgccProcessor } from '../ngc/ngcc-processor'; export declare function ngccTransformCompilerHost(compilerHost: ts.CompilerHost, compilerOptions: ts.CompilerOptions, ngccProcessor: NgccProcessor, moduleResolutionCache: ts.ModuleResolutionCache): ts.CompilerHost;