UNPKG
node-expose-sspi-strict
Version:
latest (0.1.1)
0.1.1
0.1.0
Expose the Microsoft Windows SSPI interface in order to do NTLM and Kerberos authentication.
node-expose-sspi-strict
/
tsconfig.json
9 lines
(8 loc)
•
144 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
{
"compilerOptions"
:
{
"noImplicitAny"
:
true
,
"module"
:
"CommonJS"
,
"moduleResolution"
:
"node"
,
"esModuleInterop"
:
true
}
}