@bleed-believer/path-alias
Version:
Assign path alias using tsconfig.json file
10 lines (9 loc) • 571 B
TypeScript
export type { SwcTranspilerInjection } from './swc-transpiler.injection.js';
export type { TransformFileFunction } from './transform-file.function.js';
export type { GetTsConfigFunction } from './get-ts-config.function.js';
export type { WriteFileFunction } from './write-file.function.js';
export type { FastGlobFunction } from './fast-glob.function.js';
export type { ProcessInstance } from './process.instance.js';
export type { MkdirFunction } from './mkdir.function.js';
export type { SourceCode } from './source-code.js';
export type { Output } from './output.js';