UNPKG

@cdktf/hcl2cdk

Version:
17 lines (15 loc) 259 B
/** * Copyright (c) HashiCorp, Inc. * SPDX-License-Identifier: MPL-2.0 */ module.exports = { testMatch: ['**/*.test.ts', '**/*.test.tsx'], "transform": { "^.+\\.tsx?$": "ts-jest" }, moduleFileExtensions: [ "js", "ts", "tsx" ], }