disable package exports

This commit is contained in:
Samuel Newman
2025-04-28 12:54:40 +03:00
parent 16325fd43e
commit 649c89bda1
4 changed files with 23 additions and 11 deletions
+2 -5
View File
@@ -7,12 +7,9 @@
"baseUrl": ".",
"paths": {
"#/*": ["./src/*"],
"lib/*": ["./src/lib/*"],
"platform/*": ["./src/platform/*"],
"state/*": ["./src/state/*"],
"view/*": ["./src/view/*"],
"crypto": ["./src/platform/crypto.ts"],
"multiformats": ["node_modules/multiformats/types/src/index.d.ts"]
"multiformats/cid": ["node_modules/multiformats/types/src/cid.d.ts"],
"multiformats/hashes/hasher": ["node_modules/multiformats/types/src/hashes/hasher.d.ts"]
}
},
"exclude": ["bskyweb", "bskyembed", "web-build"]