about summary refs log tree commit diff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorSamuel Newman <mozzius@protonmail.com>2024-05-01 15:29:30 +0100
committerGitHub <noreply@github.com>2024-05-01 15:29:30 +0100
commit80a1687daea7d7bb2f154add6847100a3fbbf5a9 (patch)
treeff172837cdeb27fa4ec55f0f0f3a8427bf283a8c /tsconfig.json
parent09f3b2ae1474622603a2d5d83ec77811097670b3 (diff)
downloadvoidsky-80a1687daea7d7bb2f154add6847100a3fbbf5a9.tar.zst
exclude bskyweb bskyembed and web-build (#3790)
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json3
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"]
 }