setup: initialize project with package.json, tsconfig, tsup, vitest, src skeleton, and test placeholders
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,5 +1,6 @@
|
||||
node_modules/
|
||||
dist/
|
||||
*.js.map
|
||||
*.tgz
|
||||
coverage/
|
||||
.vitest/
|
||||
Reference in New Issue
Block a user