I wanna 😭 rn. I hate JavaScript

This commit is contained in:
MrMasrozYTLIVE 2024-07-12 23:15:02 +03:00
parent 758be94728
commit 85d1797c7f
2 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "linkup-bot-lib",
"version": "1.2.2",
"version": "1.2.3",
"main": "lib/Client.js",
"types": "lib/*.ts",
"scripts": {

View File

@ -1,8 +1,7 @@
{
"compilerOptions": {
"module": "commonjs",
"target": "ESNext",
"sourceMap": true,
"target": "ES6",
"declaration": true,
"declarationDir": "./lib/",
"outDir": "./lib/",