Browse Source

ts: remove .rollup.cache when publishing npm package (#1919)

dboures 3 years ago
parent
commit
f9c42f104b
1 changed files with 5 additions and 1 deletions
  1. 5 1
      ts/package.json

+ 5 - 1
ts/package.json

@@ -79,5 +79,9 @@
     "tslib": "^2.3.1",
     "typedoc": "^0.22.10",
     "typescript": "^4.5.2"
-  }
+  },
+  "files": [
+    "dist",
+    "types"
+  ]
 }