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",
"version": "1.2.8",
"version": "1.2",
"main": "lib/Client.js",
"types": "lib/*.ts",
"scripts": {

View File

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