{
  "compileOnSave": false,
  "angularCompilerOptions": {
    "enableIvy": false,
    "compilationMode": "partial"
  },
  "compilerOptions": {
    "baseUrl": "./",
    "outDir": "./dist/out-tsc",
    "sourceMap": true,
    "declaration": false,
    "downlevelIteration": true,
    "experimentalDecorators": true,
    "moduleResolution": "node",
    "importHelpers": true,
    "target": "es2015",
    "module": "es2020",
    "lib": [
      "es2018",
      "dom"
    ],
    "paths": {
      "af-common-library": [
        "dist/af-common-library/af-common-library",
        "dist/af-common-library"
      ]
    }
  }
}
