Skip to content

Commit

Permalink
chore: meta tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
zce committed Nov 22, 2023
1 parent 797b103 commit 0fd9fee
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,8 @@
{
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"explorer.fileNesting.enabled": true,
"explorer.fileNesting.expand": false,
"explorer.fileNesting.patterns": {
"package.json": "package-lock.json, yarn.lock, pnpm-lock.yaml",
"readme.md": "license"
},
"files.exclude": {
"node_modules": true
},
"json.schemas": [
{
"url": "https://cdn.jsdelivr.net/npm/tsup/schema.json",
"fileMatch": ["package.json"]
}
],
"typescript.tsdk": "node_modules/typescript/lib"
}
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
},
"devDependencies": {
"@mdx-js/mdx": "^3.0.0",
"@types/hast": "^3.0.3",
"@types/mdast": "^4.0.3",
"@types/micromatch": "^4.0.5",
"@types/node": "^20.9.2",
"@types/react": "^18.2.37",
Expand Down
6 changes: 6 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions tsup.config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "https://cdn.jsdelivr.net/npm/tsup/schema.json",
"entry": ["src/index.ts", "src/cli.ts"],
"clean": true,
"format": "esm",
Expand Down

0 comments on commit 0fd9fee

Please sign in to comment.