You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I release a package, jsr checks for .d.ts in the deep dependencies in node_modules during slow type check and tells me the following error.
Checking for slow types in the public API...
error[excluded-module]: module in package's module graph was excluded from publishing
--> /Projects/node_modules/.pnpm/oslo@1.1.3/node_modules/oslo/dist/crypto/index.d.ts
= hint: remove the module from 'exclude' and/or 'publish.exclude' in the config file
info: excluded modules referenced via a package export will error at runtime due to not existing in the package
docs: https://jsr.io/go/excluded-module
error[excluded-module]: module in package's module graph was excluded from publishing
--> /Projects/node_modules/.pnpm/oslo@1.1.3/node_modules/oslo/dist/crypto/index.js
= hint: remove the module from 'exclude' and/or 'publish.exclude' in the config file
info: excluded modules referenced via a package export will error at runtime due to not existing in the package
docs: https://jsr.io/go/excluded-module
ƒ
error[excluded-module]: module in package's module graph was excluded from publishing
--> /Projects/node_modules/.pnpm/oslo@1.1.3/node_modules/oslo/dist/encoding/index.d.ts
= hint: remove the module from 'exclude' and/or 'publish.exclude' in the config file
The text was updated successfully, but these errors were encountered:
When I release a package, jsr checks for .d.ts in the deep dependencies in node_modules during slow type check and tells me the following error.
The text was updated successfully, but these errors were encountered: