exclude bskyweb bskyembed and web-build (#3790)

This commit is contained in:
Samuel Newman 2024-05-01 15:29:30 +01:00 committed by GitHub
parent 09f3b2ae14
commit 80a1687dae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,5 +12,6 @@
"view/*": ["./src/view/*"],
"crypto": ["./src/platform/crypto.ts"]
}
}
},
"exclude": ["bskyweb", "bskyembed", "web-build"]
}