Navy.gif
54888270f3
Refactored flag parsing into a separate function Added option for global flags that can be passed with any command Upgraded dependencies & yarn
10 lines
226 B
JSON
10 lines
226 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"declaration": false,
|
|
"sourceMap": false,
|
|
"module": "CommonJS",
|
|
"moduleResolution": "Node10",
|
|
"outDir": "./build/cjs"
|
|
}
|
|
} |