Skip to content

Commit a320859

Browse files
authored
Merge pull request #1838 from progfay/migrate-to-tsdown2
migrate to tsdown
2 parents 9a56a99 + 86343e9 commit a320859

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)