deno.land / x / yargs@v17.6.0-deno / tsconfig.json

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{ "extends": "./node_modules/gts/tsconfig-google.json", "compilerOptions": { "outDir": "build", "rootDir": ".", "sourceMap": false, "target": "es2019", "lib": ["es2019", "es2020.bigint", "es2020.string", "es2020.symbol.wellknown"], "moduleResolution": "node", "module": "es2015", "removeComments": true }, "include": [ "lib/**/*.ts" ], "exclude": [ "lib/cjs.ts", "lib/platform-shims/*.ts" ]}
yargs

Version Info

Tagged at
a year ago