an attempt to make a lightweight, easily self-hostable, scoped bluesky appview
at main 13 lines 211 B view raw
1{ 2 "compilerOptions": { 3 "lib": ["dom", "esnext"], 4 "strict": true 5 }, 6 "include": ["*.ts", "*.tsx"], 7 "lint": { 8 "rules": { 9 "tags": ["recommended"], 10 "exclude": ["no-window"] 11 } 12 } 13}