Update jsconfig.json and package.json to correct open-sse path references from relative to local directory.

This commit is contained in:
decolua
2026-01-05 10:37:09 +07:00
parent 3857598de4
commit e35421beb1
39 changed files with 6846 additions and 6 deletions

View File

@@ -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"