😭
This commit is contained in:
parent
85d1797c7f
commit
165442de72
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "linkup-bot-lib",
|
||||
"version": "1.2.3",
|
||||
"version": "1.2.8",
|
||||
"main": "lib/Client.js",
|
||||
"types": "lib/*.ts",
|
||||
"scripts": {
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"module": "commonjs",
|
||||
"target": "ES6",
|
||||
"module": "CommonJS",
|
||||
"target": "ESNext",
|
||||
"declaration": true,
|
||||
"declarationDir": "./lib/",
|
||||
"outDir": "./lib/",
|
||||
@ -18,5 +18,8 @@
|
||||
],
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
]
|
||||
],
|
||||
"ts-node": {
|
||||
"esm": true
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user