UNPKG

460 BTypeScriptView Raw
1export * from "./interfaces";
2export { typescript as default, TypescriptCompiler } from "./plugin";
3export { default as filterTypescript } from "./compat/filter";
4export { default as ConfigParser } from "./compiler/config-parser";
5export { default as InputIO } from "./compiler/input-io";
6export { default as PathResolver } from "./compiler/path-resolver";
7export { normalizePath, relativePathWithin, toAbsolutePath, toCanonicalPath, } from "./fs/path-utils";