Skip to content

Commit 86343e9

Browse files
committed
migrate to tsdown
1 parent 9a56a99 commit 86343e9

File tree

7 files changed

+695
-693
lines changed

7 files changed

+695
-693
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/out
1+
/dist
22
*.tsbuildinfo
33

44
### https://raw.github.com/github/gitignore/4a8e0a151becd5ccbb83e4aca6e6c195f3d506fd/Global/macOS.gitignore

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
33
"organizeImports": { "enabled": true },
44
"files": {
5-
"ignore": ["./out", "./coverage"]
5+
"ignore": ["./dist", "./coverage"]
66
},
77
"linter": {
88
"enabled": true,

0 commit comments

Comments
 (0)