{
  "$schema": "http://json.schemastore.org/tsconfig",
  "extends": "../../tsconfig-base.json",
  "compilerOptions": {
    "experimentalDecorators": true,
    "emitDecoratorMetadata": true
  },
  "include": ["src", "jest"]
}
