I compiled my application made with nativescript + vuejs + typescript, and I see a lot of error like this : "Cannot find name 'RandomName'."
Most of the time it is because of names like : UIEdgeInsetsMake, Webview, Label etc...
I would like to know if there is a flag in the tsconfig file that "allows" this of error ? I don't want to make a change for each of these error because anyway the app runs well on device & simulator.
If there is a easy solution other than changing tsconfig it s ok for me also.
Thanks a lot !