{
  "compilerOptions": {
    "noEmit": false
  },
  "extends": "../../tsconfig.json",
  "exclude": ["src/**/*.d.ts", "test/**/*.d.ts"],
  "include": ["**/*.ts"]
}
