// TypeScript configuration for the ES5 CommonJS target's tests { "extends": "./tsconfig.base.json", "compilerOptions": { "target": "esnext", "module": "commonjs", "downlevelIteration": true } }