Refactor(template): Remove unused templates

This commit is contained in:
2024-09-15 13:09:19 +08:00
parent 4711f7892f
commit fd4c3750fb
11 changed files with 0 additions and 231 deletions

View File

@@ -14,17 +14,6 @@ export interface IFiles {
[key: string]: IFile
}
export interface ITemplate {
name: string
tsconfig: ITsconfig
importMap: IImportMap
files: IFiles
}
export interface ITemplates {
[key: string]: ITemplate
}
export interface IImportMap {
imports: Record<string, string>
}