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 @@
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
"forceConsistentCasingInFileNames": true,
"outDir": "./dist"
},
"include": ["**/*.ts"],
"exclude": ["node_modules"]