diff --git a/tsconfig.json b/tsconfig.json index 5be8cc8..3bac350 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -17,7 +17,13 @@ "name": "next" } ], - "baseUrl": "." + "baseUrl": ".", + "paths": { + "components/*": ["./components/*"], + "lib/*": ["./lib/*"], + "interfaces/*": ["./interfaces/*"], + "styles/*": ["./styles/*"] + } }, "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"], "exclude": ["node_modules"]