This library is published in the NPM registry and can be installed using any compatible package manager.
npm install ts-jest-resolver --save
# For Yarn, use the command below.
yarn add ts-jest-resolver
This module has an UMD bundle available through JSDelivr and Unpkg CDNs.
<!-- For UNPKG use the code below. -->
<script src="https://unpkg.com/ts-jest-resolver"></script>
<!-- For JSDelivr use the code below. -->
<script src="https://cdn.jsdelivr.net/npm/ts-jest-resolver"></script>
<script>
// UMD module is exposed through the "TSJestResolver" global variable.
console.log(TSJestResolver);
</script>
Released under MIT License.