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