Skip to content

Commit

Permalink
use general paths (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jibola authored Sep 17, 2024
1 parent 0e07c14 commit 5ee04c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions {{cookiecutter.project_slug}}/frontend/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
}
],
"paths": {
"@": ["/Users/nstapp/Github/full-stack-fastapi-mongodb-react/app/"],
"@/*": ["/Users/nstapp/Github/full-stack-fastapi-mongodb-react/app/*"]
"@": ["./"],
"@/*": ["./*"]
}
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
Expand Down

0 comments on commit 5ee04c8

Please sign in to comment.