fix: incorrect module resolution
This commit is contained in:
parent
f4f0db17d8
commit
9252d7bcc1
@ -9,7 +9,8 @@
|
||||
"lib": ["ES2020", "DOM", "DOM.Iterable"],
|
||||
"skipLibCheck": true,
|
||||
"paths": {
|
||||
"@core/*": ["./*"]
|
||||
"@core/*": ["./*"],
|
||||
"crawler/*": ["../crawler/*"]
|
||||
},
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"allowImportingTsExtensions": true,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user