-
Notifications
You must be signed in to change notification settings - Fork 115
Closed
Description
full-stack-fastapi-mongodb/{{cookiecutter.project_slug}}/frontend/tsconfig.json
Lines 22 to 23 in bdc9590
"@": ["/Users/nstapp/Github/full-stack-fastapi-mongodb-react/app/"], | |
"@/*": ["/Users/nstapp/Github/full-stack-fastapi-mongodb-react/app/*"] |
These should probably just look like:
"paths": {
"@": ["./"],
"@/*": ["./*"]
}
Instead of the hardcoded path that exists at the moment.
Jibola
Metadata
Metadata
Assignees
Labels
No labels