mirror of
https://github.com/Nezumi-2711/9router.git
synced 2026-09-22 13:38:31 +00:00
13 lines
228 B
JSON
13 lines
228 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": ["./src/*"],
|
|
"open-sse": ["./open-sse"],
|
|
"open-sse/*": ["./open-sse/*"]
|
|
},
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler"
|
|
}
|
|
}
|