In the version 1.6.6 version of the CLI there’s a type error in the generated meta data file. It is currently causing our project’s build to fail, would appreciate a fix asap.
It can be fixed easily by changing the type definition of cdnFiles from
cdnFiles: { string: string };
to
cdnFiles: { [lang:string]: string };