diff --git a/frontend/tsconfig.json b/frontend/tsconfig.json index 87859bd..6f85232 100644 --- a/frontend/tsconfig.json +++ b/frontend/tsconfig.json @@ -17,6 +17,11 @@ "jsx": "preserve", "incremental": true, "esModuleInterop": true, + "baseUrl": ".", + "paths": { + "@/*": ["./*"] + }, + "plugins": [ { "name": "next"