refactor(config): add absolute paths instead of relative ones
This commit is contained in:
		| @@ -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"] | ||||
|   | ||||
		Reference in New Issue
	
	Block a user