Initial commit.

This commit is contained in:
2022-03-09 22:38:02 +01:00
commit a998ec05ee
63 changed files with 7890 additions and 0 deletions

15
.gitignore vendored Normal file
View File

@@ -0,0 +1,15 @@
# Visual Studio 2015 cache/options directory
.vs/
.nyc_output/
lib/
dist/
node_modules/
# Testing and coverage reports
coverage/
mochawesome-report/
#Exclude tsc generated files
js/*.map
js/ts.js