{
  "extends": "./tsconfig.json",
  "files": [".eslintrc.js", "jest-env.ts"],

  // necessary because tsconfig.json excludes spec files (we don't want them in dist) but we still want to lint them
  "include": ["src/**/*.ts", "jest.config.js"],
  "exclude": []
}
