| 12345678910111213141516 | {  "compilerOptions": {    "target": "ES6",    "module": "commonjs",    "sourceMap": false,    "emitDecoratorMetadata": true,    "experimentalDecorators": true,    "removeComments": true,    "noImplicitAny": false  },  "exclude": [    "node_modules",    "typings/browser",    "typings/browser.d.ts"  ]}
 |