{ "compilerOptions": { "baseUrl": ".", "paths": { "@/*": ["src/*"], "@components/*": ["src/components/*"], "@config/*": ["src/config/*"], "@features/*": ["src/features/*"], "@images/*": ["src/images/*"], "@utils/*": ["src/utils/*"] } }, "exclude": ["node_modules"] }