Skip to content

Commit

Permalink
fix: fix file types
Browse files Browse the repository at this point in the history
  • Loading branch information
acaldas committed May 17, 2024
1 parent b82f7a5 commit 11d1b18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@/assets": ["assets"],
"connect-config": ["connect.config.ts"],
},
"types": ["vite/client", "vite-plugin-svgr/client"]
"types": ["vite/client", "vite-plugin-svgr/client", "@types/wicg-file-system-access"]
},
"include": [
"src",
Expand Down

0 comments on commit 11d1b18

Please sign in to comment.