@claes-npm/serverless-plugin-typescript

The only change in this forked version is the option to skip the dependency copy (node_modules folder being copied to the build folder).

Usage no npm install needed!

<script type="module">
  import claesNpmServerlessPluginTypescript from 'https://cdn.skypack.dev/@claes-npm/serverless-plugin-typescript';
</script>

README

Forked serverless-plugin-typescript

serverless npm version Build Status

WARNING

This is a forked version of serverless-plugin-typescript.

Changes

The only change in this forked version is the option to skip the dependency copy (node_modules folder being copied to the build folder).

This is done by adding the argument --doNotCopyDependencies to the sls deploy or package command.

E.g.

serverless package --package .package --doNotCopyDependencies

Features

The rest of the documentation can be read in the original repo.