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