import application = require("application"); // Set the start module for the application application.mainModule = "app/main-page"; // Start the application application.start();