Skip to content

Commit 2a06502

Browse files
committed
chore: migrate build tooling from tsup to tsdown and update dependencies
1 parent f8c68f0 commit 2a06502

File tree

5 files changed

+163
-216
lines changed

5 files changed

+163
-216
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ Thumbs.db
3838
# =====================
3939
.claude/
4040
.cursor/
41+
.worktrees/
4142

4243
# =====================
4344
# Logs

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
"[json]": {
1919
"editor.defaultFormatter": "biomejs.biome"
2020
},
21+
"[markdown]": {
22+
"editor.defaultFormatter": "biomejs.biome"
23+
},
2124

2225
// TypeScript
2326
"typescript.tsdk": "node_modules/typescript/lib",

0 commit comments

Comments
 (0)