@ae_utbm/core
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

@ae_utbm/core

Repository that contains all typings & constants variables used across all projects of the AE UTBM.

Installation

Use the package manager npm to install @ae_utbm/core.

npm install @ae_utbm/core

Once installed, modify your tsconfig.json file to add the following lines:

{
  "compilerOptions": {
    // ...
    "typeRoots": ["node_modules/@ae_utbm/core/types"]
    // ...
  },
  "include": ["node_modules/@ae_utbm/core/types/**/*"]
}

As we are overriding the default libs types of TypeScript, you should also add the following lines to your package.json file:

{
  "dependencies": {
    // ...
    "@typescript/lib-dom": "npm:@ae_utbm/core",
    "@typescript/lib-es2015": "npm:@ae_utbm/core",
    "@typescript/lib-es5": "npm:@ae_utbm/core",
    // ...
  }
}

Readme

Keywords

none

Package Sidebar

Install

npm i @ae_utbm/core

Weekly Downloads

2

Version

1.0.1

License

GPL v3

Unpacked Size

79.7 kB

Total Files

39

Last publish

Collaborators

  • ae_bot