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