my fork of the bluesky client

exclude bskyweb bskyembed and web-build (#3790)

authored by samuel.fm and committed by GitHub 80a1687d 09f3b2ae

Changed files
+2 -1
+2 -1
tsconfig.json
··· 12 12 "view/*": ["./src/view/*"], 13 13 "crypto": ["./src/platform/crypto.ts"] 14 14 } 15 - } 15 + }, 16 + "exclude": ["bskyweb", "bskyembed", "web-build"] 16 17 }