UNPKG

burstmake

Version:

Tool to create tsconfig for complex application

13 lines (8 loc) 197 B
#!/usr/bin/env node const app = require( "./src/application.js" ); // Catch global exception throw througout the application flow try { app.run(); } catch ( e ) { console.error( e ); }