README
typescript-npm-bundler
Prepare Typescript Project to NPM
install
npm i tsc-npm-bundler --save-dev
config
npx tsc-npm-bundler config
build
npm run build
test
npm test
Prepare Typescript Project to NPM
<script type="module">
import tscNpmBundler from 'https://cdn.skypack.dev/tsc-npm-bundler';
</script>
Prepare Typescript Project to NPM
npm i tsc-npm-bundler --save-dev
npx tsc-npm-bundler config
npm run build
npm test