blob: 5c0139bf41b5cd985aad8923b28c376b97db42d6 [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
}
}