sparse-intern-71089
02/12/2021, 6:33 AMprehistoric-nail-50687
02/12/2021, 7:26 AMchilly-night-36370
02/12/2021, 7:55 AM.ts
files into a src/
directory except for the index.ts
. In index.ts
I only have:
const requireDir = require('require-dir');
requireDir("./src")This feels like a nice clean solution which I'll stick with.