deno.land / x / oauth4webapi@v1.2.2 / tap / tsconfig.json
12345678910111213141516{ "include": ["**/*.ts"], "compilerOptions": { "target": "ES2020", "module": "ES2022", "moduleResolution": "Node", "types": [], "allowSyntheticDefaultImports": true, "strict": true, "noEmit": true, "noUnusedLocals": true, "noUnusedParameters": true, "noImplicitAny": true }}
Version Info