Refactor(json schema): Optimize import map json schema
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user