Skip to content

Commit 88246b1

Browse files
committed
use general paths (#54)
1 parent 8901d41 commit 88246b1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
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)