David Mehren
|
5ed2fae44e
|
Enforce import order with prettier
Signed-off-by: David Mehren <git@herrmehren.de>
|
2021-08-29 18:45:46 +02:00 |
|
Philip Molares
|
0f58757858
|
chore(test): Change test to work with publicId
Signed-off-by: Philip Molares <philip.molares@udo.edu>
|
2021-05-16 22:46:02 +02:00 |
|
David Mehren
|
6ee2ddead5
|
Use node12 TypeScript base config
TypeScript recommends using a base config from https://github.com/tsconfig/bases.
Using this config reduces compile times by ~30%
and the size of the dist folder by ~45%.
It also enables the recommended `esModuleInterop` option,
which necessitated some changes to imports.
See also https://www.typescriptlang.org/docs/handbook/release-notes/typescript-2-7.html#support-for-import-d-from-cjs-from-commonjs-modules-with---esmoduleinterop
Signed-off-by: David Mehren <git@herrmehren.de>
|
2021-04-29 22:47:18 +02:00 |
|
Philip Molares
|
1ed22ba4bf
|
PrivateE2EMe: Add E2E test for private api /me routes
Signed-off-by: Philip Molares <philip.molares@udo.edu>
|
2021-03-20 19:01:04 +01:00 |
|