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