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