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
index.ts:1:16 - error TS7016:Could not find a declaration file for module '@webpod/ps'. '/example-webpod-types/node_modules/.pnpm/@[email protected]/node_modules/@webpod/ps/target/cjs/index.cjs' implicitly has an 'any' type.There are types at '/example-webpod-types/node_modules/@webpod/ps/target/dts/index.d.ts', but this result could not be resolved under your current 'moduleResolution' setting. Consider updating to 'node16', 'nodenext', or 'bundler'.
The text was updated successfully, but these errors were encountered:
Summary
TypeScript isn't properly resolving the type definitions for
@webpod/ps
under the current module resolution strategy ('node').Reproduction
Error
The text was updated successfully, but these errors were encountered: