Files
smartspawn/ts/smartspawn.paths.ts
T

5 lines
264 B
TypeScript
Raw 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(plugins.path.dirname(plugins.url.fileURLToPath(import.meta.url)), '../');
2019-04-08 15:13:47 +02:00
export const typescriptwrapJs = plugins.path.join(packageBase, 'assets/typescriptwrap.js');