Skip to content

Commit

Permalink
feat(web): integrate inbox to the web app; update the ts config and v…
Browse files Browse the repository at this point in the history
…ersion (#6511)
  • Loading branch information
LetItRock authored Sep 19, 2024
1 parent 59c3fa7 commit 4b555b5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions apps/web/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@
"strict": true,
"forceConsistentCasingInFileNames": true,
"noFallthroughCasesInSwitch": true,
"module": "Node16",
"moduleResolution": "Node16",
"resolveJsonModule": true,
"module": "esnext",
"moduleResolution": "Bundler",
"isolatedModules": true,
"noEmit": true,
"jsx": "react-jsx",
Expand Down

0 comments on commit 4b555b5

Please sign in to comment.