Skip to content

Commit

Permalink
fix: types
Browse files Browse the repository at this point in the history
  • Loading branch information
srph committed Nov 27, 2024
1 parent d60c8dd commit b29f393
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 13 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
},
"devDependencies": {
"@types/node": "^22.10.0",
"@types/prettier": "^3.0.0",
"ajv": "^8.17.1",
"ajv-formats": "^3.0.1",
"glob": "^11.0.0",
Expand Down
11 changes: 0 additions & 11 deletions pnpm-lock.yaml

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

1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"lib": ["esnext", "dom"],
"baseUrl": ".",
"typeRoots": ["node_modules/@types"],
"types": ["node"],
"esModuleInterop": true,
"skipLibCheck": true,
"allowJs": true,
Expand Down

0 comments on commit b29f393

Please sign in to comment.