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

tsconfig.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{ "include": ["**/*.ts"], "compilerOptions": { "allowSyntheticDefaultImports": true, "target": "ES2022", "module": "ES2022", "moduleResolution": "Node", "strict": true, "noImplicitAny": true, "sourceMap": true, "noEmit": true }}
oauth4webapi

Version Info

Tagged at
2 years ago