luoxuhai/pcl.js

Cannot find module 'pcl.js' or its corresponding type declarations.ts(2307)

Closed this issue · 1 comments

Is there an existing issue for this?

  • I have searched the existing issues

Package Version

1.16.0

Current Behavior

use pcl.js in vite=4.3.9 & react=18.2.0 & typescript=4.7.4 project

import * as pcl from 'pcl.js';

error: Cannot find module 'pcl.js' or its corresponding type declarations

Expected Behavior

No response

Steps To Reproduce

No response

Link to Minimal Reproducible Example (CodeSandbox, StackBlitz, etc.)

No response

Anything else?

No response

I removed a line from tsconfig.json fixed it

"moduleResolution": "bundler",