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