BREAKING CHANGE(package): change scope

This commit is contained in:
2018-08-02 15:31:05 +02:00
parent 18dfa70d16
commit fb2b72a97f
38 changed files with 1330 additions and 901 deletions

4
ts/smartspawn.paths.ts Normal file
View File

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