Fixed building proccess and removed distrubution files from repo

This commit is contained in:
Adrian Victor 2024-11-16 14:29:12 -03:00
commit 716c72f1dd
11 changed files with 6 additions and 1165 deletions

View file

@ -5,7 +5,8 @@
"version": "1.0.0",
"private": false,
"scripts": {
"start": "ts-node main.ts"
"start": "ts-node main.ts",
"build" : "npx tsc"
},
"devDependencies": {
"@types/node": "^22.9.0",
@ -15,10 +16,5 @@
},
"dependencies": {
"mime": "^4.0.4"
},
"compilerOptions": {
"target": "es6",
"module": "commonjs",
"esModuleInterop": true
}
}