UNPKG
@alius/rpc
Version:
latest (1.0.6)
1.0.6
1.0.5
JSON-RPC 2.0 implementation configured with OpenRPC
bitbucket.org/aleksandras-novikovas/rpc
@alius/rpc
/
jsconfig.json
21 lines
•
333 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"compilerOptions"
:
{
"target"
:
"esnext"
,
"module"
:
"esnext"
,
"moduleResolution"
:
"node"
,
"lib"
:
[
"esnext"
]
,
"baseUrl"
:
"./"
,
"paths"
:
{
"@/*"
:
[
"./src/*"
]
}
,
"checkJs"
:
true
,
"resolveJsonModule"
:
true
}
,
"exclude"
:
[
".vscode"
,
"node_modules"
,
"web"
]
}