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