UNPKG
wasmrs-js
Version:
latest (0.3.1)
0.3.1
0.3.0
0.2.4
0.2.3
0.2.2
0.2.1
A JavaScript implementation of the RSocket protocol over WebAssembly.
wasmrs-js
/
src
/
worker
/
tsconfig.json
10 lines
(8 loc)
•
139 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
"extends"
:
"../../tsconfig.json"
,
"compilerOptions"
:
{
"lib"
:
[
"DOM"
,
"es2020"
]
}
,
"include"
:
[
"./**/*"
]
,
"exclude"
:
[
]
}