UNPKG

@kv-systems/ng-packagr

Version:

Compile and package Angular libraries in Angular Package Format (APF)

8 lines (6 loc) 230 B
#!/usr/bin/env node // @see https://github.com/TypeStrong/ts-node#programmatic-usage require('ts-node').register({ project: require('path').join(__dirname, '..', 'src', 'tsconfig.packagr.json') }); require('./samples.dev.ts');