source:
trip-planner-front/node_modules/@schematics/angular/workspace/files/angular.json.template@
fa375fe
Last change on this file since fa375fe was 6a3a178, checked in by , 3 years ago | |
---|---|
|
|
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.