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