smartspawn/ts/smartspawn.paths.ts
2019-04-08 15:13:47 +02:00

5 lines
206 B
TypeScript

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