UNPKG
native-reg
Version:
latest (1.1.1)
next (1.1.1)
1.1.1
1.1.0
1.1.0-alpha.1
1.1.0-alpha.0
1.0.0
0.3.6
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.1
0.2.0
0.1.3
0.1.2
0.1.1
0.1.0
Native in-process low-level windows registry access.
simonbuchan/native-reg
native-reg
/
src
/
tsconfig.json
13 lines
•
254 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"compilerOptions"
:
{
"module"
:
"commonjs"
,
"target"
:
"es5"
,
"skipLibCheck"
:
true
,
"sourceMap"
:
true
,
"declaration"
:
true
,
"declarationMap"
:
true
,
"rootDir"
:
"."
,
"outDir"
:
"../lib"
,
"strict"
:
true
}
}