{
  "extends": "../../tsconfig.json",
  "compilerOptions": {
    "baseUrl": "",
    "module": "commonjs",
    "declaration": false,
    "emitDecoratorMetadata": true,
    "paths": {
      "ag-input": [
        "../lib"
      ]
    }
  },
  "exclude": [
    "main-aot.ts"
  ]
}
