blob: cbaf3bcef116e65dab6489cdb6a5805c5dd6bf2d [file] [log] [blame]
// Compiler configuration to build the ES5 CommonJS bin files
{
"extends": "./tsconfig.base.json",
"exclude": ["../node_modules"],
"include": ["../src/bin/*.ts"],
"compilerOptions": {
"target": "ESNext",
"module": "CommonJS",
"declaration": false,
"declarationMap": false
}
}