mirror of
https://github.com/decolua/9router.git
synced 2026-05-08 12:01:28 +00:00
Initial commit
This commit is contained in:
12
jsconfig.json
Normal file
12
jsconfig.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@/*": ["./src/*"],
|
||||
"open-sse": ["../open-sse"],
|
||||
"open-sse/*": ["../open-sse/*"]
|
||||
},
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "bundler"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user