feat(core): Refactor directory reading and module discovery for publishing process
This commit is contained in:
5
ts/interfaces/tspublish.ts
Normal file
5
ts/interfaces/tspublish.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export interface ITsPublishJson {
|
||||
name: string;
|
||||
dependencies: string[];
|
||||
registries: string[];
|
||||
}
|
Reference in New Issue
Block a user