{
  "extends": "./tsconfig.json",
  "compilerOptions": {
    "target": "ES5",
    "module": "CommonJS"
  },
  "include": ["@types/**/*.ts", "e2e/**/*.ts"]
}
