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 ?
malte
2
I solved it by adding a } in the line. But that’s probably not what’s supposed to happen
- Will try your solution
malte
3
Just in case somebody else runs into the problem. Changing to webix.d.ts resulted in the following errors:
=> 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”,