fix(helpers): change types config so index.d.ts gets published
This commit is contained in:
parent
d314be13f2
commit
e557bda48c
3 changed files with 6 additions and 4 deletions
5
.changeset/tame-jokes-crash.md
Normal file
5
.changeset/tame-jokes-crash.md
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
'@lion/helpers': patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Republish helpers so that index.d.ts gets published with the latest ts config.
|
||||||
|
|
@ -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",
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue