UNPKG
token-guardian
Version:
latest (1.0.1)
1.0.1
1.0.0
A comprehensive solution for protecting and managing API tokens and secrets
token-guardian
/
tests
/
tsconfig.json
12 lines
(11 loc)
•
177 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"extends"
:
"../tsconfig.json"
,
"compilerOptions"
:
{
"types"
:
[
"jest"
,
"node"
]
,
"noEmit"
:
true
,
"moduleResolution"
:
"node"
}
,
"include"
:
[
"**/*"
]
}