{
  "extends": "./tsconfig.base.json",
  "compilerOptions": {
    "noEmit": false,
    "tsBuildInfoFile": "lib/.tsbuildinfo-build"
  },
  "include": ["src"],
  "exclude": ["templates/", "**/__tests__/**"]
}
