@infomaker/types-substance
TypeScript icon, indicating that this package has built-in type declarations

1.6.2 • Public • Published

Installation

npm install --save-dev @infomaker/types-substance

Summary

This package contains type definitions for substance ( https://github.com/Infomaker/substance/tree/altgr-fix ).

Enable Types

To enable discovery of this module, create this tsconfig.json-file in your root folder:

{
    "compilerOptions": {
        "allowJs": true,
        "noEmit": true,
        "baseUrl": ".",
        "paths": {
            "*": [
                "*",
                "node_modules/@infomaker/types-*"
            ]
        }
    }
}

Readme

Keywords

none

Package Sidebar

Install

npm i @infomaker/types-substance

Weekly Downloads

49

Version

1.6.2

License

MIT

Unpacked Size

179 kB

Total Files

4

Last publish

Collaborators

  • prashant.bhatia
  • infomaker-dev
  • jacobtallberg
  • hansbringert