Skip to content

Commit

Permalink
fix: styling
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRickyZhang committed Sep 14, 2024
1 parent 00502dc commit 3c8bdeb
Showing 1 changed file with 5 additions and 17 deletions.
22 changes: 5 additions & 17 deletions client/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,11 @@
"esModuleInterop": true,
"baseUrl": ".",
"paths": {
"@firebase/auth": [
"./node_modules/@firebase/auth/dist/index.rn.d.ts"
],
"@app/*": [
"app/*"
]
"@firebase/auth": ["./node_modules/@firebase/auth/dist/index.rn.d.ts"],
"@app/*": ["app/*"]
},
"typeRoots": [
"./app/types"
]
"typeRoots": ["./app/types"]
},
"include": [
"**/*.ts",
"**/*.tsx",
"env.d.ts"
],
"exclude": [
"node_modules"
]
"include": ["**/*.ts", "**/*.tsx", "env.d.ts"],
"exclude": ["node_modules"]
}

0 comments on commit 3c8bdeb

Please sign in to comment.