typescript! yay! (pain.)

This commit is contained in:
2024-12-31 03:47:10 -07:00
parent a837266dca
commit 6733a3be8e
39 changed files with 1188 additions and 335 deletions

7
.gitignore vendored
View File

@@ -8,8 +8,12 @@
# testing
/coverage
# TypeScript cache
*.tsbuildinfo
# production
/build
/tsout
# misc
.DS_Store
@@ -18,6 +22,9 @@
.env.test.local
.env.production.local
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*