UNPKG

292 BTypeScriptView Raw
1import ts from "typescript";
2import { OutputMockFile } from "./compilerOutRootFiles";
3export default function compiler(entry: string | string[] | undefined, tsConfigFileName: string, extendCompilerOptions: ts.CompilerOptions, onChanged: (OutputMockFiles: OutputMockFile[]) => void): void;