blob: 87a2455bef1b2e0f30156846d842d5bf34971715 [file] [log] [blame]
// Compiler configuration to build the ES5 ESModules target
{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"target": "ES5",
"module": "es2015"
}
}