UNPKG

@boost/config

Version:

Powerful convention based finder, loader, and manager of both configuration and ignore files.

9 lines (7 loc) 234 B
import { requireTSModule } from '@boost/module'; // eslint-disable-next-line @typescript-eslint/require-await async function loadTs(path) { return requireTSModule(path).default; } export { loadTs }; //# sourceMappingURL=ts.mjs.map