#!/usr/bin/env node const path = require('path'); const jiti = require('jiti')(__filename); jiti(path.resolve(__dirname, './src/index.ts'));