Skip to content

Commit

Permalink
Fix import warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
thedriftofwords committed May 4, 2023
1 parent de1e801 commit 907ad29
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
// Add type definitions for our Vite runtime.
"types": ["vite/client", "node"],
"typeRoots": ["../node_modules/@types"],
"jsxImportSource": "preact",
"jsx": "react-jsx",
"baseUrl": ".",
"paths": {
"~/*": ["src/*"],
Expand Down

0 comments on commit 907ad29

Please sign in to comment.