Compare commits
5 Commits
2bd41645db
...
165442de72
Author | SHA1 | Date | |
---|---|---|---|
|
165442de72 | ||
|
85d1797c7f | ||
|
758be94728 | ||
|
31a8fedf2d | ||
|
ddf4c4910a |
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "linkup-bot-lib",
|
||||
"version": "1.2",
|
||||
"version": "1.2.8",
|
||||
"main": "lib/Client.js",
|
||||
"types": "lib/*.ts",
|
||||
"scripts": {
|
||||
|
@ -1,8 +1,7 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"module": "commonjs",
|
||||
"module": "CommonJS",
|
||||
"target": "ESNext",
|
||||
"sourceMap": true,
|
||||
"declaration": true,
|
||||
"declarationDir": "./lib/",
|
||||
"outDir": "./lib/",
|
||||
@ -19,5 +18,8 @@
|
||||
],
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
]
|
||||
],
|
||||
"ts-node": {
|
||||
"esm": true
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user