CDN Resources for tsconfig-paths
Various ways to access tsconfig-paths via Content Delivery Networks
Package Installation
npm
npm install tsconfig-pathsyarn
yarn add tsconfig-pathspnpm
pnpm add tsconfig-pathsCDN 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>CDN Provider Resources
Learn more about the CDN services used to deliver these packages