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