Dalam proyek nextjs saya, saya telah memetakan jalan jsconfig.jsonuntuk membuat impor mutlak mudah { "compilerOptions": { "baseUrl": "./", "paths": { "@/*": ["./*"] }, "target": "es6", "module": "commonjs", "experimentalDecorators": true } } Jalur impor saya terlihat seperti ini import...