Files
smartspawn/ts/smartspawn.paths.ts
T

5 lines
264 B
TypeScript

import * as plugins from './smartspawn.plugins.js';
export const packageBase = plugins.path.join(plugins.path.dirname(plugins.url.fileURLToPath(import.meta.url)), '../');
export const typescriptwrapJs = plugins.path.join(packageBase, 'assets/typescriptwrap.js');