shell-args
Version:
Parsing and quoting for shell command lines that supports both bash and windows styles of quoting.
24 lines (23 loc) • 614 B
JSON
{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"outDir": "bin",
"lib": [
"es6"
],
"declaration": true,
"sourceMap": true,
"strict": true, /* enable all strict type-checking options */
"noImplicitReturns": true, /* Report error when not all code paths in function return a value. */
"noFallthroughCasesInSwitch": true, /* Report errors for fallthrough cases in switch statement. */
"noUnusedParameters": true /* Report errors on unused parameters. */
},
"include": [
"src/**.ts",
],
"exclude": [
"bin",
"node_modules",
]
}