fix: rewards don't apply to specific products (on update)

This commit is contained in:
John Yeo
2025-09-24 10:19:38 +01:00
parent 346e177b87
commit 79b406d07b
7 changed files with 66 additions and 67 deletions

View File

@@ -9,7 +9,8 @@
"files": {
"ignoreUnknown": false,
"experimentalScannerIgnores": ["dist/**"],
"includes": ["src/**/*.ts", "tests/**/*.ts"]
"includes": ["src/**/*.ts", "tests/**/*.ts"],
"ignore": ["dist/**"]
},
"formatter": {
"enabled": true,