mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-07 23:03:19 +08:00
8 lines
214 B
TypeScript
8 lines
214 B
TypeScript
|
import { generateDeclarationFiles, transpileNgx, transpileNgxCore, modifyMetadata, cleanupNgx } from '../build/ngx';
|
||
|
|
||
|
transpileNgxCore();
|
||
|
transpileNgx();
|
||
|
generateDeclarationFiles();
|
||
|
modifyMetadata();
|
||
|
cleanupNgx();
|