diff options
author | Samuel Newman <mozzius@protonmail.com> | 2024-05-01 15:29:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-01 15:29:30 +0100 |
commit | 80a1687daea7d7bb2f154add6847100a3fbbf5a9 (patch) | |
tree | ff172837cdeb27fa4ec55f0f0f3a8427bf283a8c /tsconfig.json | |
parent | 09f3b2ae1474622603a2d5d83ec77811097670b3 (diff) | |
download | voidsky-80a1687daea7d7bb2f154add6847100a3fbbf5a9.tar.zst |
exclude bskyweb bskyembed and web-build (#3790)
Diffstat (limited to 'tsconfig.json')
-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"] } |