serverless-plugin-typescript
Serverless plugin for zero-config Typescript support
File Explorer
Download Latest Version (.zip)- integrate.yml
- publish.yml
- validate.yml
- handler.ts
- package.json
- serverless.yml
- yarn.lock
- index.ts
- Serverless.d.ts
- typescript.ts
- watchFiles.ts
- index.ts
- tsconfig.default.json
- tsconfig.invalid.json
- hello.ts
- jsfile.js
- world.ts
- typescript.extractFileName.test.ts
- typescript.getTypescriptCompileFiles.test.ts
- typescript.getTypescriptConfig.test.ts
- typescript.pluginSkipNonNode.test.ts
- .gitignore
- CHANGELOG.md
- LICENSE
- package.json
- README.md
- tsconfig.json
- tslint.json
๐ Installation Guide
1. Get the code
git clone https://github.com/serverless/serverless-plugin-typescript
Downloads the entire project code from GitHub to your computer.
cd serverless-plugin-typescript
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
yarn add --dev serverless-plugin-typescript typescript
Type this command into your terminal and run it.
npm install -D serverless-plugin-typescript typescript
Downloads and installs the libraries listed in package.json.
yarn add --dev source-map-support
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
