Skip to content

Commit 136542d

Browse files
committed
fix: current user doesn't exist on type request
1 parent 82493ee commit 136542d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Projects/BooksLibrary/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"paths": {
2323
"/*": ["src/*"]
2424
},
25-
"typeRoots": ["@types", "node_modules/@types"]
25+
"typeRoots": ["src/@types", "node_modules/@types"]
2626
},
2727
"include": ["src/**/*"],
2828
"exclude": ["node_modules"]

0 commit comments

Comments
 (0)