{
  "compileOnSave": false,
  "compilerOptions": {
    "baseUrl": "./",
    "outDir": "./dist/out-tsc",
    "sourceMap": true,
    "declaration": false,
    "downlevelIteration": true,
    "experimentalDecorators": true,
    "module": "esnext",
    "moduleResolution": "node",
    "importHelpers": true,
    "target": "es2015",
    "typeRoots": [
      "node_modules/@types"
    ],
    "types": [
      "lodash",
      "jest"
    ],
    "lib": [
      "es2018",
      "dom"
    ],
    // "paths": {
    //   "bcac-lib": [
    //     "publish/"
    //   ],
    //   "bcac-lib/*": [
    //     "publish/*"
    //   ]
    // }
    "paths": {
      "bcac-lib": [
        "projects/bcac-lib/index.ts"
      ],
      "bcac-lib/*": [
        "projects/bcac-lib/*"
      ]
    }
  },
  "angularCompilerOptions": {
    "fullTemplateTypeCheck": true,
    "strictInjectionParameters": true
  }
}