10 lines
144 B
JSON
10 lines
144 B
JSON
{
|
|
"description": "Router",
|
|
"files":[
|
|
"!**/*.d.ts",
|
|
"!**/*.js",
|
|
"!**/*.[0-9].*"
|
|
],
|
|
"tags": ["router-with-custom-matching"]
|
|
}
|