Skip to main content
Module

x/yargs/tsconfig.json

yargs the modern, pirate-themed successor to optimist.
Go to Latest
File
{ "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" ]}