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 "allowImportingTsExtensions": true,
9 "esModuleInterop": true,
10 "jsx": "preserve",
11 "jsxImportSource": "solid-js",
12 "types": ["vite/client"],
13 "noEmit": true,
14 "isolatedModules": true
15 }
16}