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