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