Skip to content

Commit

Permalink
fixed @env linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
h1divp committed Aug 17, 2024
1 parent be36c8b commit a3d28e5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion client/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}
},
}

0 comments on commit a3d28e5

Please sign in to comment.