diff --git a/client/tsconfig.json b/client/tsconfig.json index 510ca80ad..f0f21de72 100644 --- a/client/tsconfig.json +++ b/client/tsconfig.json @@ -4,8 +4,14 @@ "jsx": "react", "strict": true, "esModuleInterop": true, + "baseUrl": ".", "paths": { - "@firebase/auth": ["./node_modules/@firebase/auth/dist/index.rn.d.ts"] + "@firebase/auth": [ + "./node_modules/@firebase/auth/dist/index.rn.d.ts" + ], + "@env": [ + ".env" + ] } }, } \ No newline at end of file