refactor(config): add absolute paths instead of relative ones
This commit is contained in:
		| @@ -17,7 +17,11 @@ | |||||||
|     "resolveJsonModule": true, |     "resolveJsonModule": true, | ||||||
|     "moduleResolution": "node", |     "moduleResolution": "node", | ||||||
|     "lib": ["dom", "dom.iterable", "esnext"], |     "lib": ["dom", "dom.iterable", "esnext"], | ||||||
|     "forceConsistentCasingInFileNames": true |     "forceConsistentCasingInFileNames": true, | ||||||
|  |     "paths": { | ||||||
|  |       "@/components/*": ["components/*"], | ||||||
|  |       "@/utils/*": ["utils/*"] | ||||||
|  |     } | ||||||
|   }, |   }, | ||||||
|   "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"], |   "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"], | ||||||
|   "exclude": ["dist", ".next", "out", "next.config.js"] |   "exclude": ["dist", ".next", "out", "next.config.js"] | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user