mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
18 lines
267 B
JSON
18 lines
267 B
JSON
{
|
|
"description": "Heroes Test App",
|
|
"basePath": "src/",
|
|
"files":[
|
|
"styles.css",
|
|
"systemjs.config.extras.js",
|
|
|
|
"app/**/*.css",
|
|
"app/**/*.html",
|
|
"app/**/*.ts",
|
|
|
|
"!app/bag/*.*",
|
|
|
|
"main.ts",
|
|
"index.html"
|
|
],
|
|
"tags": ["testing"]
|
|
}
|