After updating three.js to r112, I got this error:
ERROR in node_modules/three/src/core/BufferAttribute.d.ts(21,6): error TS1086: An accessor cannot be declared in an ambient context.
node_modules/three/src/core/InterleavedBufferAttribute.d.ts(20,6): error TS1086: An accessor cannot be declared in an ambient context.
node_modules/three/src/core/InterleavedBufferAttribute.d.ts(21,6): error TS1086: An accessor cannot be declared in an ambient context.
I already found these threads Getting error after imported in Angular 7
but none of them is working for me.
I need to build my site. How can I avoid these errors to get a build done