Refactoring
This commit is contained in:
parent
1e3833f7d0
commit
aa563e60ea
37 changed files with 472 additions and 2392 deletions
4
types/config.d.ts
vendored
4
types/config.d.ts
vendored
|
@ -1,7 +1,7 @@
|
|||
export default class ProjectConfig {
|
||||
config: any;
|
||||
private __filename;
|
||||
private __dirname;
|
||||
constructor();
|
||||
load(): void;
|
||||
getConfig(): any;
|
||||
read(): any;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue