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