1
0

fix: incorrect module resolution

This commit is contained in:
alikia2x (寒寒) 2026-01-07 03:02:49 +08:00
parent f4f0db17d8
commit 9252d7bcc1
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG Key ID: 56209E0CCD8420C6
2 changed files with 211 additions and 514 deletions

722
bun.lock

File diff suppressed because it is too large Load Diff

View File

@ -9,7 +9,8 @@
"lib": ["ES2020", "DOM", "DOM.Iterable"],
"skipLibCheck": true,
"paths": {
"@core/*": ["./*"]
"@core/*": ["./*"],
"crawler/*": ["../crawler/*"]
},
"allowSyntheticDefaultImports": true,
"allowImportingTsExtensions": true,