nycJSorg/angular-presentation

View on GitHub
apps/blog/tsconfig.json

Summary

Maintainability
Test Coverage
{
  "extends": "../../tsconfig.json",
  "compilerOptions": {
    "types": ["node", "jest"]
  },
  "include": ["**/*.ts"],
  "angularCompilerOptions": {
    "enableIvy": true
  }
}