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 5, 2023
1 parent b0c4394 commit 0d9d9a9
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 0d9d9a9

Please sign in to comment.