fix(helpers): change types config so index.d.ts gets published

This commit is contained in:
Joren Broekema 2021-01-18 16:40:23 +01:00
parent d314be13f2
commit e557bda48c
3 changed files with 6 additions and 4 deletions

View file

@ -0,0 +1,5 @@
---
'@lion/helpers': patch
---
Republish helpers so that index.d.ts gets published with the latest ts config.

View file

@ -13,6 +13,7 @@
"main": "index.js", "main": "index.js",
"module": "index.js", "module": "index.js",
"files": [ "files": [
"*.d.ts",
"*.js", "*.js",
"renderLitAsNode", "renderLitAsNode",
"sb-action-logger", "sb-action-logger",

View file

@ -12,10 +12,6 @@
"**/dist/**/*", "**/dist/**/*",
"packages/**/test-helpers", "packages/**/test-helpers",
"packages/**/docs/**/*", "packages/**/docs/**/*",
"packages/combobox/test/**/*.js", // TODO: Needs to get typed!
"packages/form-integrations/test/**/*.js", // TODO: Needs to get typed!
"packages/overlays/test/utils-tests/**/*.js", // TODO: Needs to get typed!
"packages/select-rich/test/**/*.js", // TODO: Needs to get typed!
"packages/singleton-manager/demo/", "packages/singleton-manager/demo/",
"packages/singleton-manager/test/", "packages/singleton-manager/test/",
// ignore test/demos for singleton manager until overlays are typed as it's used in there // ignore test/demos for singleton manager until overlays are typed as it's used in there