github.com/muhammedhassanm/blockchain@v0.0.0-20200120143007-697261defd4d/Decentralized-Energy-Composer-master/angular-app/e2e/tsconfig.json (about) 1 { 2 "compileOnSave": false, 3 "compilerOptions": { 4 "declaration": false, 5 "emitDecoratorMetadata": true, 6 "experimentalDecorators": true, 7 "module": "commonjs", 8 "moduleResolution": "node", 9 "outDir": "../dist/out-tsc-e2e", 10 "sourceMap": true, 11 "target": "es5", 12 "typeRoots": [ 13 "../node_modules/@types" 14 ] 15 } 16 }