fix(esm): add tsc alias

This commit is contained in:
Mauricio Siu
2024-09-29 21:43:25 -06:00
parent bd243d79e2
commit e99666f4c0
4 changed files with 37 additions and 26 deletions

View File

@@ -7,7 +7,7 @@
"scripts": {
"dev": "tsup --config ./tsup.ts --watch",
"build": "tsc --project tsconfig.server.json && tsc-alias -p tsconfig.server.json",
"tsc": "tsc --project tsconfig.server.json",
"esbuild": "tsx ./esbuild.config.ts",
"build:types": "tsc --emitDeclarationOnly --experimenta-dts"
},
"dependencies": {
@@ -48,6 +48,7 @@
"ssh2": "1.15.0"
},
"devDependencies": {
"tsx": "^4.7.1",
"tsc-alias": "1.8.10",
"@types/adm-zip": "^0.5.5",
"@types/bcrypt": "5.0.2",