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