Skip to content

Commit

Permalink
Fix api compiler error
Browse files Browse the repository at this point in the history
  • Loading branch information
duanyytop committed Jan 8, 2025
1 parent 7b616af commit 9fbd4f5
Show file tree
Hide file tree
Showing 3 changed files with 912 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"scripts": {
"update:cellDeps": "npx ts-node src/index.ts",
"format": "prettier --write '{src, api}/*.ts'",
"lint": "eslint --ext .ts src/*"
"lint": "eslint --ext .ts",
"build": "tsup"
},
"types": "./lib/index.d.ts",
"dependencies": {
Expand All @@ -19,6 +20,7 @@
"eslint": "^8.56.0",
"prettier": "^3.2.5",
"ts-node": "^10.9.2",
"tsup": "^8.3.5",
"typescript": "^5.4.3",
"zod": "^3.23.8"
},
Expand Down
Loading

0 comments on commit 9fbd4f5

Please sign in to comment.