[Add] is authZ|implict grant type
This commit is contained in:
parent
d21ee1eac0
commit
889d7cfbf2
12 changed files with 2437 additions and 0 deletions
24
tsconfig.json
Normal file
24
tsconfig.json
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"target": "esnext",
|
||||
"module": "esnext",
|
||||
"lib": ["ESNext"],
|
||||
|
||||
"jsx": "preserve",
|
||||
"noImplicitAny": true,
|
||||
"noUncheckedIndexedAccess": true,
|
||||
"strict": true,
|
||||
"skipLibCheck": true,
|
||||
"resolveJsonModule": true,
|
||||
|
||||
"moduleResolution": "bundler",
|
||||
"esModuleInterop": true,
|
||||
"sourceMap": true,
|
||||
"noUnusedLocals": true,
|
||||
|
||||
"useDefineForClassFields": true,
|
||||
"isolatedModules": true,
|
||||
|
||||
"baseUrl": "."
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue