Refactor(json schema): Optimize import map json schema

This commit is contained in:
2024-09-15 14:54:10 +08:00
parent fd4c3750fb
commit c557311dbc
6 changed files with 858 additions and 822 deletions

View File

@@ -14,9 +14,7 @@ export interface IFiles {
[key: string]: IFile
}
export interface IImportMap {
imports: Record<string, string>
}
export type IImportMap = Record<string, string>
export interface ITsconfig {
compilerOptions: CompilerOptions