UNPKG

typescript-transform-paths

Version:

Transforms module resolution paths using TypeScript path mapping and/or custom paths

14 lines 456 B
// endregion /* ****************************************************************************************************************** */ // region: General /* ****************************************************************************************************************** */ export const RunMode = { Manual: "manual", Program: "program", }; export const TsNodeState = { Full: 0, Stripped: 1, }; // endregion //# sourceMappingURL=types.js.map