Compare commits
No commits in common. "165442de727ea6040e82bab14be3d8800cbf38bb" and "2bd41645db8d35a47510afde109b8380588d564f" have entirely different histories.
165442de72
...
2bd41645db
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "linkup-bot-lib",
|
||||
"version": "1.2.8",
|
||||
"version": "1.2",
|
||||
"main": "lib/Client.js",
|
||||
"types": "lib/*.ts",
|
||||
"scripts": {
|
||||
|
@ -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
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user