UNPKG
@windozer/node-q
Version:
latest (2.6.0)
2.6.0
Q interfacing with Node.js
github.com/michaelwittig/node-q
michaelwittig/node-q
@windozer/node-q
/
tsconfig.json
12 lines
(11 loc)
•
224 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"compileOnSave"
:
false
,
"compilerOptions"
:
{
"target"
:
"es2015"
,
"module"
:
"commonjs"
,
"moduleResolution"
:
"node"
,
"declaration"
:
true
,
"noEmit"
:
true
,
"strictNullChecks"
:
true
}
}