chore: jimp types

This commit is contained in:
Ibrahima G. Coulibaly
2024-06-28 17:14:20 +01:00
parent c252ed3d20
commit eddb7ac542
3 changed files with 16 additions and 21 deletions

View File

@@ -17,7 +17,7 @@
"build": "tsc && vite build",
"serve": "vite preview",
"test": "vitest",
"test:e2e": "playwright test",
"test:e2e": "npm run build && playwright test",
"test:ui": "vitest --ui",
"script:create:tool": "node scripts/create-tool.mjs",
"lint": "eslint src --max-warnings=0 --fix",