Skip to content

Commit

Permalink
add missing @types/node and tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
yshrsmz committed Feb 1, 2025
1 parent 5f2f2a0 commit 32fa692
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/recent-contributions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@types/node": "22.13.0",
"@codingfeline/eslint-config": "workspace:*",
"tsx": "4.19.2",
"typescript": "5.7.3",
Expand Down
16 changes: 16 additions & 0 deletions packages/recent-contributions/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"compilerOptions": {
"module": "esnext",
"target": "esnext",
"moduleResolution": "node",
"esModuleInterop": true,
"strict": true,
"skipLibCheck": true,
"noUnusedLocals": true,
"resolveJsonModule": true,
"verbatimModuleSyntax": true,
"jsx": "preserve",
"lib": ["esnext", "dom", "dom.iterable"],
},
"include": ["./src/**/*"]
}
3 changes: 3 additions & 0 deletions pnpm-lock.yaml

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

0 comments on commit 32fa692

Please sign in to comment.