Forum Discussion
Will # _________ H
Jun 26, 2020Copper Contributor
does anyone know the error message means?
Hi there,
what does that mean as the shown below and how should I sort it out??
Thanks
1 Reply
Sort By
- Carlos_MarinsIron Contributor
Hi Will # _________ H ,
Seems like your TypeScript version does not support the no-use-before-declare. Try opening tslint.json and removing this variable from your JSON.
In case that doesn't work, could you share you package.json and your tslint.json files? Both reside at the root directory of your project.
Regards