17 lines
230 B
JSON
17 lines
230 B
JSON
|
{
|
||
|
"description": "View Encapsulation",
|
||
|
"files": [
|
||
|
"!**/*.d.ts",
|
||
|
"!**/*.js",
|
||
|
"!**/*.[1,2].*"
|
||
|
],
|
||
|
"tags": [
|
||
|
[
|
||
|
"view encapsulation",
|
||
|
"shadow DOM",
|
||
|
"CSS",
|
||
|
"component styling"
|
||
|
]
|
||
|
]
|
||
|
}
|