Skip to content

Commit

Permalink
chore: add node types
Browse files Browse the repository at this point in the history
  • Loading branch information
zaida04 committed Jun 7, 2024
1 parent 5743f3d commit 7bfd8a9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ dist/

# generated types
.astro/
.vercel/

# dependencies
node_modules/
Expand Down
Binary file modified bun.lockb
Binary file not shown.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
},
"devDependencies": {
"@types/luxon": "^3.4.2",
"@types/node": "^20.14.2",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"tailwindcss": "^3.4.1",
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "react"
"jsxImportSource": "react",
"types": ["@types/node"]
}
}

0 comments on commit 7bfd8a9

Please sign in to comment.