Compare commits
2 Commits
9624a4f45d
...
d815626479
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d815626479 | ||
|
|
d0573f17f0 |
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user