All files / apps/data-refreshments/src commonSetup.ts

0% Statements 0/14
0% Branches 0/1
0% Functions 0/1
0% Lines 0/14

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15                             
// Import the peerDependencies even if we're not going to need them directly.
// First it makes the app crash directly on startup if those packages are not resolved,
// second it allows Nx to properly flag them as a direct dependency when generating the
// package.json.
import '@nestjs/platform-express';
import 'jszip';
import 'nforce';
import 'passport';
import 'pg';
import 'reflect-metadata';
import 'tslib';
import 'uuid';
// Register source maps and path aliases.
import 'source-map-support/register';