Compare commits

..

No commits in common. "165442de727ea6040e82bab14be3d8800cbf38bb" and "2bd41645db8d35a47510afde109b8380588d564f" have entirely different histories.

2 changed files with 4 additions and 6 deletions

View File

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

View File

@ -1,7 +1,8 @@
{ {
"compilerOptions": { "compilerOptions": {
"module": "CommonJS", "module": "commonjs",
"target": "ESNext", "target": "ESNext",
"sourceMap": true,
"declaration": true, "declaration": true,
"declarationDir": "./lib/", "declarationDir": "./lib/",
"outDir": "./lib/", "outDir": "./lib/",
@ -18,8 +19,5 @@
], ],
"exclude": [ "exclude": [
"node_modules", "node_modules",
], ]
"ts-node": {
"esm": true
}
} }