Optimize code. Update templates.

This commit is contained in:
2024-01-14 11:14:14 +08:00
parent b0be3bc4a7
commit bcf29f74ef
27 changed files with 125 additions and 247 deletions

View File

@@ -18,7 +18,7 @@ export interface IImportMap {
imports: Record<string, string>
}
export interface ITsConfig {
export interface ITsconfig {
compilerOptions: CompilerOptions
}