Can anyone help me figure out how to set up default imports in my .ts
files using the paths specified in my tsconfig.base.json
? I have this file defined as default in the File Type > Typescript Config.
https://i.sstatic.net/LvBGV.png
The import statement I want to use is the one from module "@Dashboard..." at the bottom, but when I try to add an import statement, it only gives me options for relative or absolute imports and those from my dependencies, not '@dashboard'.
I've searched extensively and tried different configurations without success. Any ideas on how to make this work?