fix imports

This commit is contained in:
vorotamoroz
2026-06-11 06:12:39 +01:00
parent c03fa5213f
commit 7e65e5dc68
22 changed files with 75 additions and 74 deletions
+1
View File
@@ -11,6 +11,7 @@ if (isDryRun) {
);
}
// const project = new Project({ tsConfigFilePath: "../src/apps/cli/tsconfig.json" });
const project = new Project({ tsConfigFilePath: "../tsconfig.json" });
const importMap = new Map<string, string>();