hedgedoc/test/private-api
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
..
fixtures PrivateE2E: Add test fixtures for private api 2021-03-24 11:14:48 +01:00
history.e2e-spec.ts Use node12 TypeScript base config 2021-04-29 22:47:18 +02:00
me.e2e-spec.ts Use node12 TypeScript base config 2021-04-29 22:47:18 +02:00
media.e2e-spec.ts Use node12 TypeScript base config 2021-04-29 22:47:18 +02:00
notes.e2e-spec.ts Use node12 TypeScript base config 2021-04-29 22:47:18 +02:00