mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
chore(): begin adding ionic components to mono-repo.
This commit is contained in:
21
packages/ionic-angular/scripts/gulp/utils/interfaces.ts
Normal file
21
packages/ionic-angular/scripts/gulp/utils/interfaces.ts
Normal file
@ -0,0 +1,21 @@
|
||||
|
||||
export interface WorkerProcess {
|
||||
appEntryPoint: string;
|
||||
worker: any;
|
||||
};
|
||||
|
||||
export interface MessageToWorker {
|
||||
pathToAppScripts: string;
|
||||
debug: boolean;
|
||||
appEntryPoint: string;
|
||||
appNgModulePath: string;
|
||||
srcDir: string;
|
||||
distDir: string;
|
||||
tsConfig: string;
|
||||
ionicAngularDir: string;
|
||||
coreCompilerFilePath: string;
|
||||
coreDir: string;
|
||||
sassConfigPath: string;
|
||||
copyConfigPath: string;
|
||||
isDev: boolean;
|
||||
};
|
Reference in New Issue
Block a user