smartspawn/ts/smartspawn.paths.ts

5 lines
209 B
TypeScript
Raw Permalink Normal View History

2022-07-28 20:35:16 +00:00
import * as plugins from './smartspawn.plugins.js';
2018-08-02 13:31:05 +00:00
export const packageBase = plugins.path.join(__dirname, '../');
2019-04-08 13:13:47 +00:00
export const typescriptwrapJs = plugins.path.join(packageBase, 'assets/typescriptwrap.js');