We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e07c14 commit 5ee04c8Copy full SHA for 5ee04c8
1 file changed
{{cookiecutter.project_slug}}/frontend/tsconfig.json
@@ -19,8 +19,8 @@
19
}
20
],
21
"paths": {
22
- "@": ["/Users/nstapp/Github/full-stack-fastapi-mongodb-react/app/"],
23
- "@/*": ["/Users/nstapp/Github/full-stack-fastapi-mongodb-react/app/*"]
+ "@": ["./"],
+ "@/*": ["./*"]
24
25
},
26
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
0 commit comments