19 lines
267 B
JSON
19 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"]
|
||
|
}
|