{
  "version": "1.8.10",
  "compileOnSave": false,
  "compilerOptions": {
    "declaration": true,
    "emitDecoratorMetadata": true,
    "experimentalDecorators": true,
    "module": "commonjs",
    "moduleResolution": "node",
    "noImplicitAny": false,
    "removeComments": false,
    "sourceMap": true,
    "target": "ES5"
  },
  "exclude": [
    "../lib",
    "../src",
    "../node_modules",
    "../typings/main",
    "../typings/main.d.ts"
  ]
}