Added improved project setup with ESBUILD and improved TypeScript support, Added fast compilation.

This commit is contained in:
rosefix7 2023-09-16 10:14:36 -04:00
parent c107772771
commit 40bbe5fca4
8 changed files with 1066 additions and 0 deletions

2
commits_by_rosefix/.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
node_modules/
target/