tns create appTestNg

This commit is contained in:
Vasil Chimev
2019-11-14 04:58:40 +02:00
parent d99354cba3
commit 4d3beec6ea
76 changed files with 1357 additions and 0 deletions

View 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"
}