UNPKG

513 BJavaScriptView Raw
1export * from "./interfaces";
2export { typescript as default, TypescriptCompiler } from "./plugin";
3export { default as filterTypescript } from "./compat/filter";
4// needed for tests
5export { default as ConfigParser } from "./compiler/config-parser";
6export { default as InputIO } from "./compiler/input-io";
7export { default as PathResolver } from "./compiler/path-resolver";
8export { normalizePath, relativePathWithin, toAbsolutePath, toCanonicalPath, } from "./fs/path-utils";
9//# sourceMappingURL=index.js.map
\No newline at end of file