build: fixed .test.js
files being included in the package
This commit is contained in:
parent
638b214cc1
commit
e6f674c622
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"extends": "../tsconfig.json",
|
||||
"exclude": [
|
||||
"**/*.test.ts",
|
||||
"**/*.test-utils.ts"
|
||||
"../**/*.test.ts",
|
||||
"../**/*.test-utils.ts"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue