1.0.6 • Published 9 months ago

expresswebjs-preset-ts v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

ExpressWebJs Preset Typescript

This is the base config files (recommended by the core team) for typescript to be extended to your ExpressWebJs typescript projects.

Usage

Install the package from npm registry as follows

npm i -D expresswebjs-preset-ts

# yarn
yarn add -D expresswebjs-preset-ts

and then setup your config file to extend the base config

tsconfig.json

{
  "extends": "./node_modules/expresswebjs-preset-ts/tsconfig",
  "compilerOptions": {
    "paths": {
      "App/*":["./App/*"],
      "Config/*":["./Config/*"],
      "Database/*":["./Database/*"],
      "Routes/*":["Routes/*"],
    }
  }
}
1.0.6

9 months ago

1.0.5

10 months ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago