chore: add typecheck and linting for backend

This commit is contained in:
dec0dOS 2023-10-04 20:02:57 +01:00
parent 70c580474c
commit bdf406f99f
10 changed files with 124 additions and 11 deletions

1
backend/global.d.ts vendored Normal file
View file

@ -0,0 +1 @@
declare module "axios";