Skip to content

Commit 7ac1d2e

Browse files
committed
implement tsup
1 parent 384a563 commit 7ac1d2e

File tree

6 files changed

+1521
-68
lines changed

6 files changed

+1521
-68
lines changed

.vscode/settings.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
{
2-
"editor.defaultFormatter": "biomejs.biome"
2+
"editor.defaultFormatter": "biomejs.biome",
3+
"json.schemas": [
4+
{
5+
"url": "https://cdn.jsdelivr.net/npm/tsup/schema.json",
6+
"fileMatch": ["package.json", "tsup.config.json"]
7+
}
8+
]
39
}

biome.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"$schema": "https://biomejs.dev/schemas/1.5.3/schema.json",
3+
"files": {
4+
"ignore": ["./lib"]
5+
},
36
"organizeImports": {
47
"enabled": true
58
},

0 commit comments

Comments
 (0)