Commit Graph

9 Commits

Author SHA1 Message Date
3415f41044
refactor(typing): override "#auth" module from nuxt-auth
make it so that we're absolutely sure that the type of `useAuth().data` is interpreted by typescript to be OUR version of `SessionData`
2023-12-29 18:11:51 -05:00
dabebc6747
chore(typing): remove next.d.ts
next != nUxt
2023-12-29 18:09:49 -05:00
3e5af47107
refactor(*): refactor tsconfig paths
looks/feels nicer
2023-12-20 17:23:31 -05:00
70cc843f15
refactor(typing): rename file with nuxt-auth definition override 2023-12-09 17:32:25 -05:00
da3beefa6f
chore(typing): get rid of dangling .d.ts 2023-12-09 17:10:03 -05:00
e37a54e775
refactor(api): strengthen typing
add dedicated fetchResult type (ex., for `listQuerier` return)
2023-12-06 21:36:46 -05:00
98d93f9178
refactor(typing): extend nuxt-auth's sessionData type 2023-10-10 22:00:38 -04:00
d7eb7eaec8
fix(typing): declare modules for untyped dependencies 2023-10-05 02:01:31 -04:00
cc462bc19a
chore: add typescript shims
shims added for `mongoose-sequence`, `blueimp-md5`, and `bcryptjs`
2023-09-25 19:29:35 -04:00