Files
openswarm/9router/cloud/jsconfig.json
T
2026-03-25 13:35:23 -07:00

13 lines
228 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"open-sse": ["../open-sse"],
"open-sse/*": ["../open-sse/*"]
},
"module": "ESNext",
"moduleResolution": "bundler",
"target": "ESNext"
}
}