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