The answer by @btd1337 using ~src/assets
is the same to the Solution 1 by @shashank-agrawal but with the benefits of not having to deal with relative path.
The asset files are being copied to root folder in both solution anyway
If you don't wanna those asset file being copied to the root folder then using Solution 3 by @shashank-agrawal should achieve it