Harmonize tsconfig for frontend and server.

This commit is contained in:
baldo 2022-09-14 16:33:43 +02:00
parent 894ee97fdf
commit 22bff3496a
30 changed files with 77 additions and 53 deletions
server/db/__mocks__

View file

@ -80,4 +80,4 @@ export class MockDatabase implements TypedDatabase {
export const db: MockDatabase = new MockDatabase();
export { TypedDatabase, Statement };
export { Statement };