deno.land / x / oauth4webapi@v1.2.2 / tsconfig.json

tsconfig.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{ "files": ["src/index.ts"], "compilerOptions": { "allowSyntheticDefaultImports": true, "target": "ES2020", "module": "ES2020", "strict": true, "removeComments": true, "outDir": "build", "noUnusedLocals": true, "noUnusedParameters": true, "noImplicitAny": true, "allowUnreachableCode": false, "allowUnusedLabels": false, "importsNotUsedAsValues": "error", "noFallthroughCasesInSwitch": true, "noImplicitOverride": true, "noImplicitReturns": true, "types": [] }}
oauth4webapi

Version Info

Tagged at
2 years ago