feat(core): Enhanced tspublish with ordered compilation and updated dependencies
This commit is contained in:
@ -1,4 +1,8 @@
|
||||
export interface ITsPublishJson {
|
||||
/**
|
||||
* the order assures that a project is compiled before another project
|
||||
*/
|
||||
order: number;
|
||||
name: string;
|
||||
dependencies: string[];
|
||||
registries: string[];
|
||||
|
Reference in New Issue
Block a user