smartspawn/ts/smartspawn.paths.ts

4 lines
204 B
TypeScript
Raw Normal View History

2018-08-02 13:31:05 +00:00
import * as plugins from './smartspawn.plugins'
export const packageBase = plugins.path.join(__dirname, '../');
export const typescriptwrapJs = plugins.path.join(packageBase, 'assets/typescriptwrap.js');