@gkalpak/cli-utils
Version:
A private collection of utilities for developing cli tools.
41 lines (40 loc) • 952 B
JSON
{
"compilerOptions": {
"allowUnreachableCode": false,
"allowUnusedLabels": false,
"declaration": true,
"declarationMap": true,
"exactOptionalPropertyTypes": true,
"importHelpers": true,
"lib": [
"DOM",
"ES2022",
],
"module": "CommonJS",
"moduleResolution": "Node",
"newLine": "lf",
"noFallthroughCasesInSwitch": true,
"noImplicitOverride": true,
"noImplicitReturns": true,
"noPropertyAccessFromIndexSignature": true,
"noUncheckedIndexedAccess": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"outDir": "out/",
"rootDir": "src/",
"sourceMap": true,
"strict": true,
"target": "ES2022",
"types": [
"node",
],
},
"files": [
],
"references": [
{"path": "src/bin/tsconfig.json"},
{"path": "src/lib/tsconfig.json"},
{"path": "src/test/unit/tsconfig.json"},
{"path": "src/test/e2e/tsconfig.json"},
],
}