UNPKG

@berenddeboer/nx-sst

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