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 ### VisualStudioCode template
.vscode/* .vscode/*
!.vscode/settings.json !.vscode/settings.json
......
...@@ -5,7 +5,8 @@ ...@@ -5,7 +5,8 @@
"main": "./dist/index.mjs", "main": "./dist/index.mjs",
"scripts": { "scripts": {
"lib": "npx vite build", "lib": "npx vite build",
"test": "npx jest __tests__" "test": "npx jest __tests__",
"doc": "npx typedoc"
}, },
"keywords": [ "keywords": [
"pay", "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