Files
smartspawn/ts/smartspawn.paths.ts

5 lines
209 B
TypeScript
Raw Permalink Normal View History

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