chore: mark typescript package as tree shakeable

This commit is contained in:
nobody 2025-12-13 07:43:29 -08:00
commit eefbfb642d
Signed by: GrocerPublishAgent
GPG key ID: D460CD54A9E3AB86
2 changed files with 23 additions and 7 deletions

2
.gitignore vendored
View file

@ -4,7 +4,7 @@ typescript/dist/
typescript/*.tsbuildinfo
typescript/.nyc_output/
typescript/coverage/
typescript/package.json
typescript/package-lock.json
# Rust
target/