CDN Resources for tsconfig-paths

Quick access to CDN links for the tsconfig-paths package

CDN Resources for tsconfig-paths
Various ways to access tsconfig-paths via Content Delivery Networks

Package Installation

npm
npm install tsconfig-paths
yarn
yarn add tsconfig-paths
pnpm
pnpm add tsconfig-paths

CDN Links

jsDelivr
<script src="https://fastly.jsdelivr.net/npm/tsconfig-paths"></script>
Unpkg
<script src="https://unpkg.com/tsconfig-paths"></script>
jsDelivr ESM
<script type="module">
  import tsconfigpaths from 'https://cdn.jsdelivr.net/npm/tsconfig-paths/+esm';
</script>
Skypack
<script type="module">
  import tsconfigpaths from 'https://cdn.skypack.dev/tsconfig-paths';
</script>