diff --git a/tsconfig.json b/tsconfig.json index 13e9741b..1c5e27ee 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,5 +12,6 @@ "view/*": ["./src/view/*"], "crypto": ["./src/platform/crypto.ts"] } - } + }, + "exclude": ["bskyweb", "bskyembed", "web-build"] }