root / angular.json @ f3d5fa3b
Historique | Voir | Annoter | Télécharger (383 octets)
1 |
{ |
---|---|
2 |
"$schema": "./node_modules/@angular/cli/lib/config/schema.json", |
3 |
"version": 1, |
4 |
"newProjectRoot": "projects", |
5 |
"cli": {
|
6 |
"defaultCollection": "@nativescript/schematics" |
7 |
}, |
8 |
"projects": {
|
9 |
"drawer-navigation": {
|
10 |
"root": "", |
11 |
"sourceRoot": "src", |
12 |
"projectType": "application", |
13 |
"prefix": "ns" |
14 |
} |
15 |
}, |
16 |
"defaultProject": "drawer-navigation" |
17 |
} |