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", "name": "linkup-bot-lib",
"version": "1.2.2", "version": "1.2.3",
"main": "lib/Client.js", "main": "lib/Client.js",
"types": "lib/*.ts", "types": "lib/*.ts",
"scripts": { "scripts": {

View File

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