{
  "extends": "../tsconfig.json",
  "compilerOptions": {
    "declaration": true,
    "outDir": "../dist",
    "skipLibCheck": true, // due to: https://github.com/angular/angular/issues/23112
    "types": ["node"]
  },
  "files": ["cli/main.ts", "public_api.ts", "./lib/styles/sass/worker.ts"],
  "exclude": ["**/*.spec.ts"]
}
