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

This commit is contained in:
dboures 2022-05-26 10:17:57 -05:00 committed by GitHub
parent 707ebf26e7
commit f9c42f104b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

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