source:
trip-planner-front/node_modules/@schematics/angular/workspace/files/angular.json.template
Last change on this file was 6a3a178, checked in by , 3 years ago | |
---|---|
|
|
File size: 248 bytes |
Rev | Line | |
---|---|---|
[6a3a178] | 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.