Skip to content

Commit 5ee04c8

Browse files
authored
use general paths (#54)
1 parent 0e07c14 commit 5ee04c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

{{cookiecutter.project_slug}}/frontend/tsconfig.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
}
2020
],
2121
"paths": {
22-
"@": ["/Users/nstapp/Github/full-stack-fastapi-mongodb-react/app/"],
23-
"@/*": ["/Users/nstapp/Github/full-stack-fastapi-mongodb-react/app/*"]
22+
"@": ["./"],
23+
"@/*": ["./*"]
2424
}
2525
},
2626
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],

0 commit comments

Comments
 (0)