chore: add sideEffects: false

This commit is contained in:
Simon Chan 2024-07-07 16:59:28 +08:00
parent 0224f0512f
commit 087e01b11b
No known key found for this signature in database
GPG key ID: A8B69F750B9BCEDD
24 changed files with 102 additions and 63 deletions

View file

@ -30,7 +30,7 @@ This package is part of [Tango ADB](https://github.com/yume-chan/ya-webadb). Gen
## Documentation
Check the latest documentation at https://tango-adb.github.io/docs/
Check the latest documentation at https://docs.tangoapp.dev/tango/server/client/
## Sponsors

View file

@ -26,6 +26,7 @@
"type": "module",
"main": "esm/index.js",
"types": "esm/index.d.ts",
"sideEffects": false,
"scripts": {
"build": "tsc -b tsconfig.build.json",
"build:watch": "tsc -b tsconfig.build.json",