I have a config.ts and I do
module.exports = { something: 123 }
when I import like import { something } from \'./config.ts\' I got error of <