UNPKG

node-typescript-compiler

Version:
16 lines (10 loc) 306 B
import { fileURLToPath } from 'node:url' import path from 'node:path' ///////////////////////////////////////////////// const LIB = 'node-typescript-compiler' const __dirname = path.dirname(fileURLToPath(import.meta.url)) ///////////////////////////////////////////////// export { LIB, __dirname, }