hide warnings

This commit is contained in:
Mylloon 2024-12-10 10:22:24 +01:00
parent 273f76df41
commit 4d01dabda1
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -10,7 +10,7 @@
"lint": "npx eslint src",
"format-check": "npx prettier --check src",
"format-write": "npx prettier --write src",
"test": "node --import tsx --test --experimental-strip-types"
"test": "node --import tsx --test **/*.test.ts"
},
"repository": {
"type": "git",