Compare commits

..

2 Commits

2 changed files with 5 additions and 4 deletions

View File

@@ -2,6 +2,7 @@
"name": "ayristech-worker",
"version": "1.0.0",
"description": "",
"type": "module",
"main": "dist/apps/worker/main.js",
"scripts": {
"build": "tsc",
@@ -13,10 +14,12 @@
"author": "",
"license": "ISC",
"dependencies": {
"dotenv": "^16.4.7",
"ioredis": "^5.10.1"
},
"devDependencies": {
"@types/node": "^25.7.0",
"tsx": "^4.19.2",
"typescript": "^6.0.3"
}
}

View File

@@ -9,10 +9,8 @@
// See also https://aka.ms/tsconfig/module
"module": "nodenext",
"target": "esnext",
"types": [],
// For nodejs:
// "lib": ["esnext"],
// "types": ["node"],
"lib": ["esnext"],
"types": ["node"],
// and npm install -D @types/node
// Other Outputs