UNPKG
@m3ntorship/pickly-protector
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
oAuth2 protector for pickly services based on firebase authentication
@m3ntorship/pickly-protector
/
tsconfig.release.json
12 lines
(11 loc)
•
168 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"extends"
:
"./tsconfig.json"
,
"compilerOptions"
:
{
"rootDir"
:
"."
,
"outDir"
:
"build"
,
"removeComments"
:
true
}
,
"include"
:
[
"src/**/*"
]
}