1.0.6 • Published 2 years ago

expresswebjs-preset-ts v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

2 years ago

1.0.5

2 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago