build: fixed .test.js files being included in the package

This commit is contained in:
alina 🌸 2024-03-07 03:39:59 +03:00
parent 638b214cc1
commit e6f674c622
Signed by: teidesu
SSH key fingerprint: SHA256:uNeCpw6aTSU4aIObXLvHfLkDa82HWH9EiOj9AXOIRpI

View file

@ -1,7 +1,7 @@
{
"extends": "../tsconfig.json",
"exclude": [
"**/*.test.ts",
"**/*.test-utils.ts"
"../**/*.test.ts",
"../**/*.test-utils.ts"
]
}