jsconfig.json ``` { "compilerOptions": { "paths": { "@components": ["./src/components"] } } } ``` ``` import Test from "@components/test" ``` module not found, I make sure that there is the component src/components/test/index.js