Commit ca609c57 by xuzhenzhao

chore(custom): .gitignore, package.json

.gitignore add macos temp
package.json add typedoc script
parent ec6ad1c0
# General
.DS_Store
.AppleDouble
.LSOverride
### VisualStudioCode template
.vscode/*
!.vscode/settings.json
......
......@@ -5,7 +5,8 @@
"main": "./dist/index.mjs",
"scripts": {
"lib": "npx vite build",
"test": "npx jest __tests__"
"test": "npx jest __tests__",
"doc": "npx typedoc"
},
"keywords": [
"pay",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment