- Master Fullstack Development and finally ship a product
4 years ago
#NextJS
#Dev
I'm super excited that this is finally a thing so all of my source code (src
, get it) can live in the src
directory and I can import it using absolute imports.
tsconfig.json
or jsconfig.json
filebaseUrl
option:{"compilerOptions": {"baseUrl": "./src"}}
That's it 🎉
If you're a WebStorm user make sure to right click the src
directory and click "Mark as resource root".