17 lines
230 B
JSON
Raw Normal View History

{
"description": "Heroes Test App",
"files":[
"styles.css",
"systemjs.config.extras.js",
"app/**/*.css",
"app/**/*.html",
"app/**/*.ts",
"!app/bag/*.*",
"index.html"
],
"tags": ["testing"]
}