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