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