Any time I import stuff from ‘webix-jet’ my TS tells me this error: Could not find a declaration file for module webix-jet. Ignoring it still works, but all type safety and declarations for this module do not have effect.
I also tried to extend my tsconfig with:
“files”: [
“node_modules/webix-jet/types/.d.ts", // Here is a star in front of the .d.ts, this forum just picks it out
"node_modules/webix-jet/types/**/.d.ts”,
but no effect.