Skip to content

Commit 0265ed5

Browse files
committed
build: 🚑️ fix md5 imports
1 parent 018d927 commit 0265ed5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/services/deduplicating-vault-writer.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import * as md5 from 'md5';
1+
import md5 from 'md5';
22
import { type App, type TFile, type Vault, normalizePath } from 'obsidian';
33
import type { FrontmatterManager } from 'services/frontmatter-manager';
44
import type Logger from 'services/logger';

tsconfig.json

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"noImplicitAny": true,
1010
"moduleResolution": "node",
1111
"importHelpers": true,
12+
"allowSyntheticDefaultImports": true,
1213
"lib": [
1314
"dom",
1415
"es5",

0 commit comments

Comments
 (0)