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