// Compiler configuration to build the ESNext ESModules target { "extends": "./tsconfig.base.json", "compilerOptions": { "target": "esnext", "module": "es2015" } }