UNPKG
nmsg
Version:
latest (1.0.1)
1.0.1
1.0.0
Interprocess messenger for Node.js
github.com/streamich/nmsg
streamich/nmsg
nmsg
/
src
/
tsconfig.json
8 lines
•
132 B
JSON
View Raw
1
2
3
4
5
6
7
8
{
"compilerOptions"
:
{
"target"
:
"es3"
,
"module"
:
"commonjs"
,
"removeComments"
:
false
,
"jsx"
:
"react"
}
}