api9nin / jsconfig.json
github-actions[bot]
deploy from github actions 2026-06-18
c8ae75d
Raw
History Blame Contribute Delete
228 Bytes
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"],
"open-sse": ["./open-sse"],
"open-sse/*": ["./open-sse/*"]
},
"module": "ESNext",
"moduleResolution": "bundler"
}
}