command-parser/tsconfig.cjs.json
Navy.gif 54888270f3 Refactor and new options
Refactored flag parsing into a separate function
Added option for global flags that can be passed with any command
Upgraded dependencies & yarn
2024-03-28 16:44:13 +02:00

10 lines
226 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"declaration": false,
"sourceMap": false,
"module": "CommonJS",
"moduleResolution": "Node10",
"outDir": "./build/cjs"
}
}