chore(ui): fix ts error due to excluded test folder (#5207)
This commit is contained in:
5
.changeset/silver-insects-train.md
Normal file
5
.changeset/silver-insects-train.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@verdaccio/ui-components': patch
|
||||
---
|
||||
|
||||
chore(ui): fix ts error due to excluded test folder
|
||||
@@ -14,6 +14,15 @@
|
||||
"types": ["node", "jest", "@testing-library/jest-dom"]
|
||||
},
|
||||
"include": ["src/**/*"],
|
||||
"exclude": [
|
||||
"**/build",
|
||||
"node_modules",
|
||||
"**/node_modules",
|
||||
"**/coverage",
|
||||
"**/*.spec.ts",
|
||||
"**/__tests__",
|
||||
"**/*.test.ts"
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
"path": "../core/types"
|
||||
|
||||
Reference in New Issue
Block a user