error in webix type file

hello everybody

This morning after trying “npm build” to build my typescript project (webpack) i have this following error

ERROR in /home/jf/workspace/yachtmee/yachtmee.asset/node_modules/@xbs/webix-pro/types/webix.global.d.ts
13236:73
[tsl] ERROR in /home/jf/workspace/yachtmee/yachtmee.asset/node_modules/@xbs/webix-pro/types/webix.global.d.ts(13236,74)
TS1005: ‘}’ expected.

An idea to solve this ?

I solved it by adding a } in the line. But that’s probably not what’s supposed to happen :smile: - Will try your solution

Just in case somebody else runs into the problem. Changing to webix.d.ts resulted in the following errors:

  •   TS2686: 'webix' refers to a UMD global, but the current file is a module. Consider adding an import instead.
    
  • $$ was undefined, needed to call webix.$$

=> Waiting for 8.2.1 which fixes typescript support

finally i solved the problem. in tsconfig.json
i replace webix.d.global.ts by webix.d.ts

“files”:[
// “src/assets/js/**/*.ts”,
“node_modules/@xbs/webix-pro/types/webix.d.ts”,