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