Month: September 2016

NativeScript

Case-sensitive File Naming for NativeScript TypeScript Source Files

When working with NativeScript it’s important to pay attention to the casing of filenames for your JavaScript source files, especially when working with TypeScript. When importing classes, interfaces, or other exported TypeScript items from other files, you must make sure that the letter casing in the reference matches the actual source file. More specifically, the […]

CONTINUE READING