Skip to content

Instantly share code, notes, and snippets.

@abisheksurya91
Created December 14, 2021 12:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abisheksurya91/f66cb2eefb7c93a59f31565f8b03e697 to your computer and use it in GitHub Desktop.
Save abisheksurya91/f66cb2eefb7c93a59f31565f8b03e697 to your computer and use it in GitHub Desktop.
Default persistent build cache in Angular v13
{
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
"version": 1,
"cli": {
"cache": {
"enabled": true,
"path": ".cache",
"environment": "all"
}
},
"projects": {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment