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