mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
tns create appTestNg
This commit is contained in:
17
e2e/appTestNg/angular.json
Normal file
17
e2e/appTestNg/angular.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"$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"
|
||||
}
|
||||
Reference in New Issue
Block a user