14 lines
233 B
JSON
14 lines
233 B
JSON
|
{
|
||
|
"description": "Structural directives",
|
||
|
"basePath": "src/",
|
||
|
"files": [
|
||
|
"!**/*.d.ts",
|
||
|
"!**/*.js",
|
||
|
"!app/scrap.txt"
|
||
|
],
|
||
|
"tags": [
|
||
|
"structural", "directives", "template", "ngIf",
|
||
|
"ngSwitch", "ngFor"
|
||
|
]
|
||
|
}
|