blob: 7e92d5d2625a2d578ff1db9911ad7782842b4e4c [file] [log] [blame]
//Compiler configuaration to build the ES2015 CommonJS target
{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"target": "ES2015",
"module": "commonjs"
}
}