Skip to content

Commit

Permalink
more typechecking
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann committed Dec 1, 2023
1 parent fd994e2 commit 0d2ad92
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/enhanced-img/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"magic-string": "^0.30.0",
"svelte-parse-markup": "^0.1.1",
"vite-imagetools": "^6.2.5"
"vite-imagetools": "^6.2.6"
},
"devDependencies": {
"@types/estree": "^1.0.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/enhanced-img/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"noEmit": true,
"strict": true,
"target": "es2022",
"module": "es2022",
"moduleResolution": "node",
"module": "node16",
"moduleResolution": "node16",
"allowSyntheticDefaultImports": true,
"paths": {
"types": ["./types/index"],
Expand Down
14 changes: 7 additions & 7 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 0d2ad92

Please sign in to comment.