Skip to content

Commit

Permalink
Update tsconfig.json paths
Browse files Browse the repository at this point in the history
  • Loading branch information
yashdev9274 committed Feb 5, 2024
1 parent c9f0f45 commit 76a6549
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
],
"paths": {
"@/*": ["./*"],
"cookie": ["node_modules/cookie/index.d.ts", "node_modules/@types/cookie/index.d.ts"],
"@supabase/supabase-js": ["node_modules/@supabase/supabase-js/dist/main/index.d.ts"]
}

},

},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
"exclude": ["node_modules"]
Expand Down

0 comments on commit 76a6549

Please sign in to comment.