Files
9router/cloud/jsconfig.json

13 lines
228 B
JSON

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