source: trip-planner-front/node_modules/@schematics/angular/workspace/files/angular.json.template@ 6a3a178

Last change on this file since 6a3a178 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 248 bytes
Line 
1{
2 "$schema": "./node_modules/@angular/cli/lib/config/schema.json",
3 "version": 1,<% if (packageManager) { %>
4 "cli": {
5 "packageManager": "<%= packageManager %>"
6 },<% } %>
7 "newProjectRoot": "<%= newProjectRoot %>",
8 "projects": {
9 }
10}
Note: See TracBrowser for help on using the repository browser.