Hi Harika,
if you want to import something from your own app, it needs a relative path to the file. If you don’t start the import with a . the tooling will look for it in node_modules
I suspect you need something like
import * as utils from "../utils/utils";
Regards
Sander