its for when you want to get like notifications for your reposts
at main 125 B view raw
1{ 2 "extends": "./.wxt/tsconfig.json", 3 "compilerOptions": { 4 "jsx": "preserve", 5 "jsxImportSource": "solid-js" 6 } 7}