chore: Prepare package for npm publication

This commit is contained in:
hyper
2026-07-09 16:23:40 +08:00
parent c071cad50a
commit 3a20e9558b
3 changed files with 40 additions and 11 deletions
+1 -1
View File
@@ -18,5 +18,5 @@
"types": ["node", "jest"],
},
"include": ["src/**/*"],
"exclude": ["node_modules", "dist"],
"exclude": ["node_modules", "dist", "src/cli"],
}