2016-11-21 17:13:21 -08:00
|
|
|
{
|
|
|
|
"description": "QuickStart Setup",
|
2017-02-02 18:38:17 +00:00
|
|
|
"basePath": "src/",
|
2016-11-21 17:13:21 -08:00
|
|
|
"files": [
|
|
|
|
"app/app.component.ts",
|
|
|
|
"app/app.module.ts",
|
2016-12-23 10:37:39 -08:00
|
|
|
"index.html",
|
2017-02-02 18:38:17 +00:00
|
|
|
"main.ts",
|
2016-12-23 10:37:39 -08:00
|
|
|
"styles.css"
|
2016-11-21 17:13:21 -08:00
|
|
|
],
|
|
|
|
"open": "app/app.component.ts",
|
2016-12-23 10:37:39 -08:00
|
|
|
"tags": ["quickstart", "setup", "seed"]
|
2016-11-21 17:13:21 -08:00
|
|
|
}
|