mirror of
https://github.com/yume-chan/ya-webadb.git
synced 2025-10-03 09:49:24 +02:00
chore: add sideEffects: false
This commit is contained in:
parent
0224f0512f
commit
087e01b11b
24 changed files with 102 additions and 63 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue