nartc / angular-three

🧊 THREE.js integration for Angular 🧊
https://angular-three.netlify.app/
MIT License
305 stars 23 forks source link

Issues importing from '@angular-three/soba/controls' #68

Closed aminica closed 2 years ago

aminica commented 2 years ago

Hi!

When trying to import any module from '@angular-three/soba/controls' I get following compiler errors coming from threejs:

Screenshot 2022-03-07 at 20 18 33

My package.json looks like this:

Screenshot 2022-03-07 at 20 21 21

Any ideas on how I could solve this? Thank you very much in advance!

nartc commented 2 years ago

Can you show me your tsconfig?

aminica commented 2 years ago

Can you show me your tsconfig?

Sure! Thanks!

Screenshot 2022-03-07 at 21 18 35

aminica commented 2 years ago

Can you show me your tsconfig?

Sure! Thanks!

Screenshot 2022-03-07 at 21 18 35

Ohhh "skipLibCheck" was missing! Solved, thanks for the hint!