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