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