UNPKG
ovrjs
Version:
latest (0.0.2)
0.0.2
0.0.1
OpenVR bindings for NodeJS
github.com/danwillm/NodeOpenVR
danwillm/NodeOpenVR
ovrjs
/
examples
/
tsconfig.json
7 lines
•
121 B
JSON
View Raw
1
2
3
4
5
6
7
{
"compilerOptions"
:
{
"target"
:
"es5"
,
"module"
:
"commonjs"
,
"sourceMap"
:
true
}
}