{
  "extends": "./tsconfig.base.json",
  "compilerOptions": {
    "outDir": "dist",
    "plugins": [
      { "transform": "typescript-transform-paths" },
      { "transform": "typescript-transform-paths", "afterDeclarations": true }
    ]
  },
  "exclude": [
    "node_modules",
    "config",
    "./src/__tests__",
    "**/__tests__/**/*.ts",
    "**/**/*.test.ts",
    "./src/old-schema"
  ]
}
