diff --git a/tsconfig.json b/tsconfig.json index 084b589..8e6aaba 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -17,7 +17,11 @@ "resolveJsonModule": true, "moduleResolution": "node", "lib": ["dom", "dom.iterable", "esnext"], - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true, + "paths": { + "@/components/*": ["components/*"], + "@/utils/*": ["utils/*"] + } }, "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"], "exclude": ["dist", ".next", "out", "next.config.js"]