11 lines
177 B
JSON
11 lines
177 B
JSON
|
{
|
||
|
"description": "Attribute Directive",
|
||
|
"basePath": "src/",
|
||
|
"files":[
|
||
|
"!**/*.d.ts",
|
||
|
"!**/*.js",
|
||
|
"!app/*.[1,2,3].*"
|
||
|
],
|
||
|
"tags": ["attribute", "directive"]
|
||
|
}
|