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