mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-06-11 17:00:13 +00:00
fix imports
This commit is contained in:
@@ -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>();
|
||||
|
||||
Reference in New Issue
Block a user