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