its for when you want to get like notifications for your reposts
1{
2 "compilerOptions": {
3 "strict": true,
4 "target": "ESNext",
5 "module": "NodeNext",
6 "moduleResolution": "nodenext",
7 "allowSyntheticDefaultImports": true,
8 "esModuleInterop": true,
9 "jsx": "preserve",
10 "jsxImportSource": "solid-js",
11 "types": ["vite/client"],
12 "noEmit": true,
13 "isolatedModules": true
14 }
15}