UNPKG

483 BJavaScriptView Raw
1export { typescript as default, TypescriptCompiler } from "./plugin";
2export { default as filterTypescript } from "./compat/filter";
3// needed for tests
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";
8//# sourceMappingURL=index.js.map
\No newline at end of file