Skip to content

Commit

Permalink
fix: astro check type error
Browse files Browse the repository at this point in the history
  • Loading branch information
ikxin committed Nov 1, 2024
1 parent bf0fca2 commit d8a189e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 47 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "orm-drizzle-docs-astro",
"type": "module",
"version": "0.0.1",
"packageManager": "pnpm@9.6.0",
"packageManager": "pnpm@9.12.3",
"scripts": {
"preinstall": "npx only-allow pnpm",
"dev": "astro dev --host",
Expand Down
45 changes: 0 additions & 45 deletions translate.ts

This file was deleted.

2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
"jsxImportSource": "react",
"types": ["vite/client"]
},
"include": ["./src/", "./src/types/declarations.d.ts", "./**/*.ts"]
"include": ["./src/", "./src/types/declarations.d.ts"]
}

0 comments on commit d8a189e

Please sign in to comment.