deno.land / x / oauth4webapi@v1.2.2 / tsconfig.json
12345678910111213141516171819202122{ "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": [] }}
Version Info