UNPKG

@berenddeboer/nx-aws-cdk

Version:

Nx self-inferring plugin for AWS CDK stacks

12 lines 388 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /* eslint-disable */ exports.default = { displayName: "nx-aws-cdk", preset: "../../jest.preset.js", transform: { "^.+\\.[tj]s$": ["ts-jest", { tsconfig: "<rootDir>/tsconfig.spec.json" }], }, moduleFileExtensions: ["ts", "tsx", "js", "jsx"], }; //# sourceMappingURL=jest.config.js.map