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

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

Version Info

Tagged at
2 years ago