A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/eliasjcjunior/serverless-plugin-typescript-express below:

GitHub - eliasjcjunior/serverless-plugin-typescript-express

Serverless Plugin Typescript Express

yarn add --dev serverless-plugin-typescript-express

or

npm install --save-dev serverless-plugin-typescript-express

Add the following plugin to your serverless.yml:

plugins:
  - 'serverless-plugin-typescript-express'

The default tsconfig.json file used by the plugin looks like this:

{
    "compilerOptions": {
      "target": "es6",
      "module": "commonjs",
      "outDir": "dist",
      "sourceMap": true,
      "experimentalDecorators": true,
      "emitDecoratorMetadata": true,
      "isolatedModules": false,      
      "lib": [ 
        "es6", 
        "dom" 
      ]
    },
    "include": [
      "src/**/*"
    ],
    "exclude": [
      "node_modules"
    ]
  } 
The input folder src cannot be overwritten

MIT


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4