Pronouns labels on Bluesky
at main 354 B view raw
1{ 2 "compilerOptions": { 3 "target": "ESNext", 4 "module": "ESNext", 5 "strict": true, 6 "moduleResolution": "nodenext", 7 "allowSyntheticDefaultImports": true, 8 "esModuleInterop": true, 9 "jsx": "preserve", 10 "jsxImportSource": "solid-js", 11 "types": [ 12 "vite/client" 13 ], 14 "noEmit": true, 15 "isolatedModules": true 16 } 17}