UNPKG
@webundsoehne/nestjs-auth0-guard
Version:
beta (2.1.0-beta.15)
latest (1.1.0)
2.1.0-beta.15
2.1.0-beta.14
2.1.0-beta.13
2.1.0-beta.12
2.1.0-beta.11
2.1.0-beta.10
2.1.0-beta.9
2.1.0-beta.8
2.1.0-beta.7
2.1.0-beta.6
2.1.0-beta.5
2.1.0-beta.4
2.1.0-beta.3
2.1.0-beta.2
2.1.0-beta.1
2.0.1-beta.6
2.0.1-beta.5
2.0.1-beta.4
2.0.1-beta.3
2.0.1-beta.2
2.0.1-beta.1
1.1.0
1.0.0
0.0.2
0.0.1
NestJS Auth0 Guard
@webundsoehne/nestjs-auth0-guard
/
tsconfig.build.json
10 lines
(9 loc)
•
117 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
"extends"
:
"./tsconfig.json"
,
"exclude"
:
[
"node_modules"
,
"test"
,
"dist"
,
"**/*spec.ts"
]
}