tsconfig.lib.json raw

   1  /* To learn more about Typescript configuration file: https://www.typescriptlang.org/docs/handbook/tsconfig-json.html. */
   2  /* To learn more about Angular compiler options: https://angular.dev/reference/configs/angular-compiler-options. */
   3  {
   4    "extends": "../../tsconfig.json",
   5    "compilerOptions": {
   6      "outDir": "../../out-tsc/lib",
   7      "declaration": true,
   8      "declarationMap": true,
   9      "inlineSources": true,
  10      "types": ["chrome"]
  11    },
  12    "exclude": [
  13      "**/*.spec.ts"
  14    ]
  15  }
  16