mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
1a75934cc0
PR Close #20165
20 lines
281 B
JSON
20 lines
281 B
JSON
{
|
|
"description": "Heroes Test App",
|
|
"files":[
|
|
"src/styles.css",
|
|
|
|
"src/app/**/*.css",
|
|
"src/app/**/*.html",
|
|
"src/app/**/*.ts",
|
|
|
|
"!src/app/bag/*.*",
|
|
|
|
"!src/test.ts",
|
|
|
|
"src/test.css",
|
|
"src/main.ts",
|
|
"src/index.html"
|
|
],
|
|
"tags": ["testing"]
|
|
}
|