0.0.4 • Published 16 days ago

@elucidate/preset v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
16 days ago

ExpressWebJs Elucidate Preset

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

Usage

Install the package from npm registry as follows

npm i -D @elucidate/preset

# yarn
yarn add -D @elucidate/preset

and then setup your config file to extend the base config

tsconfig.json

{
  "extends": "./node_modules/elucidate_preset/tsconfig",
  "compilerOptions": {
    "paths": {
      "App/*": ["./App/*"],
      "Config/*": ["./Config/*"],
      "Database/*": ["./Database/*"],
      "Routes/*": ["Routes/*"]
    }
  }
}
0.0.4

16 days ago

0.0.3

2 months ago

0.0.2

2 months ago

0.0.1

2 months ago