diff options
-rw-r--r-- | tsconfig.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json index 13e9741bc..1c5e27eec 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,5 +12,6 @@ "view/*": ["./src/view/*"], "crypto": ["./src/platform/crypto.ts"] } - } + }, + "exclude": ["bskyweb", "bskyembed", "web-build"] } |