Skip to content

Commit 4c6d622

Browse files
Update TypeScript configuration
1 parent d8e2998 commit 4c6d622

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
}
1919
],
2020
"paths": {
21-
"@/*": ["./*"]
21+
"@/*": ["./*"],
22+
"@/hooks/*": ["./hooks/*"]
2223
}
2324
},
2425
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],

0 commit comments

Comments
 (0)