Skip to content

Commit

Permalink
add ts
Browse files Browse the repository at this point in the history
  • Loading branch information
dalindev committed Aug 2, 2023
1 parent dceedec commit 1839d2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
"lint": "next lint",
"ts": "tsc --noEmit"
},
"dependencies": {
"@headlessui/react": "^1.7.15",
Expand Down

0 comments on commit 1839d2a

Please sign in to comment.