{
  "extends": "./tsconfig.json",

  "compilerOptions": {
    "noEmit": false,

    // must match Output Directory in Now dashboard
    "outDir": "public/"
  },

  // exclude test related things from final build
  "exclude": ["node_modules", "public", "**/*.jest.*", "test"]
}
