vscode intellisense for vtk.js

For some projects I don’t use a packaging tool just for simplicity. Before vtk.js, I tried babylon.js, there is a babylon.d.ts for intellisense, just download it and use it with
<reference path="babylon.d.ts" />
that’s very simple and useful.