We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 938cac1 commit a0c7c65Copy full SHA for a0c7c65
README.md
@@ -74,7 +74,9 @@ export default defineConfig((config) => {
74
{
75
"compilerOptions": {
76
"types": [
77
- "vite-userscript-plugin/tampermonkey"
+ "vite-userscript-plugin/types/tampermonkey",
78
+ // "vite-userscript-plugin/types/greasemonkey",
79
+ // "vite-userscript-plugin/types/violentmonkey"
80
]
81
}
82
0 commit comments