I am using next.js with paths like `import H1 from "@/common/component/element/H1";`. My jsconfig.js looks like following: ```json { "compilerOptions": { "paths": { "@/*": ["./src/*"] } } } ``` Import cost does not show anything for those imports.