Updated tsnode impl

This commit is contained in:
2024-01-13 21:01:19 +01:00
parent 65bef46212
commit b14d4e5070
2 changed files with 30 additions and 5 deletions

View File

@@ -7,7 +7,7 @@
"start": "node dist/src/index.js",
"build": "tsc",
"watch": "tsc -w",
"dev": "nodemon",
"dev": "nodemon --config nodemon.json -r tsconfig-paths/register src/index.ts",
"dev:js": "nodemon --config nodemon-js.json dist/src/index.js",
"dev:build": "ts-node scripts/dev-deploy.ts",
"dev:delete": "ts-node scripts/delete-commands.ts",
@@ -37,6 +37,7 @@
"eslint": "^8.56.0",
"prettier": "^3.2.1",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.3.3"
}
}