{
  "compilerOptions": {
    "target": "ES6",
    "experimentalDecorators": true
  },
  "include": [
    "addon/**/*",
    "tests/**/*"
  ],
  "exclude": [
    "node_modules",
    "tmp"
  ]
}
