Skip to content

Commit

Permalink
fix: use all types from node_modules instead of picking types manuall…
Browse files Browse the repository at this point in the history
…y for chrome-extension
  • Loading branch information
PatrykKuniczak committed Dec 18, 2024
1 parent 61d6b26 commit f2fc615
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions chrome-extension/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"baseUrl": ".",
"paths": {
"@src/*": ["src/*"]
},
"types": ["node", "chrome"]
}
},
"include": ["src", "utils", "vite.config.mts", "manifest.ts"]
"include": ["src", "utils", "vite.config.mts", "manifest.ts", "../node_modules/@types"]
}

0 comments on commit f2fc615

Please sign in to comment.