Atproto AMA app
at main 18 lines 400 B view raw
1{ 2 "compilerOptions": { 3 "target": "ESNext", 4 "module": "ESNext", 5 "moduleResolution": "bundler", 6 "allowSyntheticDefaultImports": true, 7 "esModuleInterop": true, 8 "jsx": "preserve", 9 "jsxImportSource": "solid-js", 10 "types": ["vinxi/types/client", "node"], 11 "paths": { 12 "~/*": ["./src/*"] 13 }, 14 "strict": true, 15 "noEmit": true, 16 "skipLibCheck": true 17 } 18}