Skip to content

Commit

Permalink
refactor: using tsup
Browse files Browse the repository at this point in the history
  • Loading branch information
Sevichecc committed Dec 7, 2024
1 parent 1d93e6d commit 054f557
Show file tree
Hide file tree
Showing 8 changed files with 2,207 additions and 30 deletions.
37 changes: 37 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Development files
test/
.github/
docs/
*.test.ts
*.spec.ts
vitest.config.ts
vitest.d.ts
.eslintrc*
.prettierrc
tsconfig.json
.env*

# IDE files
.vscode/
.idea/
*.swp
*.swo

# Build process
.gitignore
.npmignore

# Documentation
*.md
!README.md
!LICENSE

# Source maps
*.map

# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
Loading

0 comments on commit 054f557

Please sign in to comment.