import { greeting2 } from '@test/index'; import { greeting3 } from '@test/nested/index'; console.log(greeting2); console.log(greeting3);