Importing util/util module giving error

Hi ,

I am facing error when importing util/util.I have written code like below

import {merge, isTrueProperty, isBlank, isCheckedProperty} from ‘…/…/util/util’;

and error is [ts] Cannot find module ‘…/…/util/util’.

I have checked that there is folder util and util.js present.

Please help.

Thanks,
Anuranjan

Maybe you’re using a wrong import path/location, check the linked post for details: