minify output

This commit is contained in:
m5r 2023-02-14 20:44:29 +01:00
parent cb6598f88b
commit 36fb23677a
No known key found for this signature in database
GPG Key ID: 5BC847276DD5DDEA

View File

@ -57,7 +57,8 @@
"sourcemap": true,
"target": "node18",
"dts": true,
"clean": true
"clean": true,
"minify": true
},
"lint-staged": {
"*.{ts,tsx}": "prettier --write --cache"