1 2 3 4 5 6 7 8
// Compiler configuration to build the ES2015 CommonJS target { "extends": "./tsconfig.base.json", "compilerOptions": { "target": "es2015", "module": "commonjs" } }