Typescript Support?
Author: JasonLandbridgeCreated Nov 12, 2020Updated Jul 12, 2024
Hi,
Are there plans to create some Typescript declaration files? It currently throws errors when used in a Vue Typescript project.
TS7016: Could not find a declaration file for module 'vanta/dist/vanta.waves.min'. '/src/WebUI/node_modules/vanta/dist/vanta.waves.min.js' implicitly has an 'any' type.
Try `npm install @types/vanta` if it exists or add a new declaration (.d.ts) file containing `declare module 'vanta/dist/vanta.waves.min';`
144 | import PathsOverview from '@overviews/PathsOverview.vue';
145 | import * as THREE from 'three';
> 146 | import WAVES from 'vanta/dist/vanta.waves.min';
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Source: tengbao/vanta