Initial Commit

* Initialize project with essential configuration files including
** .gitignore
** .npmrc
** .nvmrc
** .prettierrc
** bunfig.toml
** eslint.config.ts
** package.json
** README.md
** tsconfig.json
This commit is contained in:
2025-11-21 02:38:36 -05:00
commit ab34b614dd
9 changed files with 130 additions and 0 deletions

3
.npmrc Normal file
View File

@@ -0,0 +1,3 @@
package-lock=false
save-exact=true
@techniker-me:registry=https://npm.techniker.me