diff --git a/package.json b/package.json index 67e195d..1cc9148 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "linkup-bot-lib", - "version": "1.2.2", + "version": "1.2.3", "main": "lib/Client.js", "types": "lib/*.ts", "scripts": { diff --git a/tsconfig.json b/tsconfig.json index 917b043..d4d619e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,8 +1,7 @@ { "compilerOptions": { "module": "commonjs", - "target": "ESNext", - "sourceMap": true, + "target": "ES6", "declaration": true, "declarationDir": "./lib/", "outDir": "./lib/",