UNPKG
ovrjs
Version:
latest (0.0.2)
0.0.2
0.0.1
OpenVR bindings for NodeJS
github.com/danwillm/NodeOpenVR
danwillm/NodeOpenVR
ovrjs
/
tsconfig.json
16 lines
•
293 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"compilerOptions"
:
{
"incremental"
:
true
,
"target"
:
"es5"
,
"module"
:
"commonjs"
,
"declaration"
:
true
,
"outDir"
:
"dist"
,
"esModuleInterop"
:
true
,
"strict"
:
true
}
,
"include"
:
[
"websrc/**/*"
]
,
"exclude"
:
[
"node_modules"
,
"dist"
]
}