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

1.6.5 • 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-*"
            ]
        }
    }
}

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i @infomaker/types-substance

      Weekly Downloads

      10

      Version

      1.6.5

      License

      MIT

      Unpacked Size

      183 kB

      Total Files

      4

      Last publish

      Collaborators

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