Feat: binary builds (#60)

Automatic binary
This commit is contained in:
April John 2023-10-08 20:20:14 +02:00 committed by GitHub
parent 08716d57d3
commit ef5e9de7e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 21 additions and 40 deletions

View file

@ -17,7 +17,10 @@
"paths": {
"@/*": ["*"]
},
"target": "es2022"
"target": "es2018"
},
"module": {
"type": "commonjs",
},
"minify": false
}