Function: isTypescriptApp()
Function: isTypescriptApp()
function isTypescriptApp(blueprint, event): boolean;
Determines if the application is using TypeScript.
Parameters
blueprint
IBlueprint
The blueprint object.
event
IncomingEvent
The incoming event.
Returns
boolean
True if the application is using TypeScript.