fix(core): update

This commit is contained in:
2019-10-11 21:56:11 +02:00
parent 324b93a419
commit 1cecba6f13
9 changed files with 248 additions and 64 deletions

1
ts/interfaces/index.ts Normal file
View File

@ -0,0 +1 @@
export * from './smartscaf';

View File

@ -0,0 +1,7 @@
export interface ISmartscafFile {
defaults: {[key:string]: string};
dependencies: {
merge: string[];
};
runafter: string[];
}