@idevs/corelib

0.0.93 • Public • Published

@idevs/corelib

A library to extended Serenity Framework.

Installation

To install this module, run the following command in your computer terminal:

  npm install --save-dev @idevs/corelib

Modify tsconfig.json

After install this module you have to update file tsconfig.json with the following content:

{
  "compileOnSave": true,
  "compilerOptions": {
    --- ommited ---
    "paths": [
      --- ommited ---
      "@idevs/*": [ "node_modules/@idevs/*/dist/index" ]
    ],
    --- ommited ---
    "include": [
      --- ommited ---
      "./node_modules/@idevs/corelib/src/**/*"
    ],
  }
}

License

MIT

Authors

/@idevs/corelib/

    Package Sidebar

    Install

    npm i @idevs/corelib

    Weekly Downloads

    3

    Version

    0.0.93

    License

    MIT

    Unpacked Size

    209 kB

    Total Files

    69

    Last publish

    Collaborators

    • idevs