mirror of
https://github.com/decolua/9router.git
synced 2026-05-08 12:01:28 +00:00
13 lines
230 B
JSON
13 lines
230 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": ["./src/*"],
|
|
"open-sse": ["../open-sse"],
|
|
"open-sse/*": ["../open-sse/*"]
|
|
},
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler"
|
|
}
|
|
}
|