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