18 lines
371 B
JSON
18 lines
371 B
JSON
{
|
|
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
|
|
"version": 1,
|
|
"newProjectRoot": "projects",
|
|
"cli": {
|
|
"defaultCollection": "@nativescript/schematics"
|
|
},
|
|
"projects": {
|
|
"hello-world": {
|
|
"root": "",
|
|
"sourceRoot": "src",
|
|
"projectType": "application",
|
|
"prefix": "ns"
|
|
}
|
|
},
|
|
"defaultProject": "hello-world"
|
|
}
|