mirror of
https://github.com/decolua/9router.git
synced 2026-05-08 12:01:28 +00:00
Update jsconfig.json and package.json to correct open-sse path references from relative to local directory.
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@/*": ["./src/*"],
|
||||
"open-sse": ["../open-sse"],
|
||||
"open-sse/*": ["../open-sse/*"]
|
||||
"open-sse": ["./open-sse"],
|
||||
"open-sse/*": ["./open-sse/*"]
|
||||
},
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "bundler"
|
||||
|
||||
Reference in New Issue
Block a user